LGSideMenuController Versions Save

iOS view controller which manages left and right side views

3.1.2

2 years ago
  • #187 Fixed. Delegated methods should not be required any more
  • Fix minor bugs
  • Update demo project settings

3.1.1

3 years ago
  • 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

3 years ago
  • 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

3 years ago

3.0.0

3 years ago
  • 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

3 years ago

2.2.0

3 years ago

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

6 years ago

Fix bugs

2.1.0

7 years ago
  • 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

7 years ago
  • 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;