Releases: Friend-LGA/LGSideMenuController
Releases · Friend-LGA/LGSideMenuController
3.1.2
3.1.1
- 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
- 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
- Fixed bug with raised exception while performing inexistent segue. Thanks to @anelad and his gist: https://gist.github.com/anelad/6e4827a1f0b384e65bcec36caa143948
- Added new presentation style
.slideAside
- Improved implementation of always visible side views
- Fixed bugs
3.0.0
- 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
2.2.0
Merged / Closed pull requests:
- Changing swiping direction caused
rootViewController
be removed from its parent - #112 by @mbenarie viewsHierarchyValidate
causedviewDidAppear
be called several times - #132 by @arturmichna- Segue initialisation moved from
awakeFromNib
toviewDidLoad
- #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
andalwaysVisibleOptions
don't conflict with each other
2.1.1
Fix bugs
2.1.0
- 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
- 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;