Releases: luannguyenkhoa/LNSideMenu
Issue fixing
Prevent management struct from keeping a strong reference of menu viewcontroller
Hotfix retain cycle issue
Fix custom menu gets retain cycle issue that it doesn't get deallocated
New devices and issues fixing
- The update for being compatible with new devices XR, XS, XS Max
- Fix top padding issue
- Upgrade to swift 4.2
Issue fixes
. Fixed select item of the default menu delegate doesn't get fired.
. Fixed the disabled menu is able to appear on pan gesture.
. Update example locating set menu.disabled
value.
. Shorten functions and properties name.
Issues fixes
. Fix UI issue on iphone X
. Adjust cell width depends on the various screen sizes
Swift 4
3.0 Enable menu width customizable
Fixed tap gesture recognizer simultaneously
2.3.2 Fixed gesture issues
Fixed tap outside to dismiss the sidemenu
2.3.1 Fix tap outside to dimiss
Adding tap gesture and publicizing menu states
. Adding tap gesture to dismiss the sidemenu when tapping outside
. Publicizing the sidemenu states when toggling it
Issues fixes
. Fixed the default menu no longer appears after continuously toggling it in the short time span.
. Ignores pan gesture takes the same toggle action.
. Fixed several outstanding issues.