Skip to content

Releases: Friend-LGA/LGSideMenuController

3.1.2

07 Aug 22:25
Compare
Choose a tag to compare
  • #187 Fixed. Delegated methods should not be required any more
  • Fix minor bugs
  • Update demo project settings

3.1.1

15 Apr 09:26
Compare
Choose a tag to compare
  • Improved adding/removal of child view controllers.
  • Fixed issue when dynamically assigned objects will not be deleted after LGSideMenuController is destroyed.
  • Added new demo cases with usage of UITabBarController.

3.1.0

06 Apr 16:19
Compare
Choose a tag to compare
  • Improved stability. Fixed many small issues and bugs.
  • Updated Demo Projects. Please, take a look, they have much more demo cases to show now.

3.0.1

23 Feb 04:00
Compare
Choose a tag to compare

3.0.0

19 Feb 03:48
Compare
Choose a tag to compare
  • Library has been rewritten in Swift 🎉🎉🎉
  • Scroll view doesn't block side gestures anymore - #120 by @yusadogru
  • Many small fixes and improvements

2.3.0

06 Feb 11:26
Compare
Choose a tag to compare
  • Added support for Swift Packages - #172
  • Bump supported min iOS version to 9.0, as Xcode doesn't support deployment targets lower than this

2.2.0

05 Feb 14:26
Compare
Choose a tag to compare

Merged / Closed pull requests:

  • Changing swiping direction caused rootViewController be removed from its parent - #112 by @mbenarie
  • viewsHierarchyValidate caused viewDidAppear be called several times - #132 by @arturmichna
  • Segue initialisation moved from awakeFromNib to viewDidLoad - #154 by @adomanski
  • Added checks for childViewControllers not being added twice
  • Fixed broken animations while status bar visibility was changing
  • Added assert to validate that presentationStyle and alwaysVisibleOptions don't conflict with each other

2.1.1

12 May 16:36
Compare
Choose a tag to compare

Fix bugs

2.1.0

21 Apr 19:50
Compare
Choose a tag to compare
  • Refactoring
  • Rename some variables, methods, classes and protocols
  • Add new notifications (You can use this notifications to add some custom animations):
LGSideMenuShowLeftViewAnimationsNotification
LGSideMenuHideLeftViewAnimationsNotification

LGSideMenuShowRightViewAnimationsNotification
LGSideMenuHideRightViewAnimationsNotification
  • Add new keys for userInfo in notifications:
kLGSideMenuView // can be leftView or rightView
kLGSideMenuAnimationDuration

2.0.10

20 Apr 19:12
Compare
Choose a tag to compare
  • Fix bugs
  • Improve performance
  • Now you have access to background views
@property (strong, nonatomic, nullable, readonly) UIImageView *leftViewBackgroundView;
@property (strong, nonatomic, nullable, readonly) UIImageView *rightViewBackgroundView;