Skip to content

Releases: luannguyenkhoa/LNSideMenu

Issue fixing

02 Jan 07:58
Compare
Choose a tag to compare

Prevent management struct from keeping a strong reference of menu viewcontroller

Hotfix retain cycle issue

25 Dec 14:56
Compare
Choose a tag to compare

Fix custom menu gets retain cycle issue that it doesn't get deallocated

New devices and issues fixing

24 Sep 07:50
Compare
Choose a tag to compare
  1. The update for being compatible with new devices XR, XS, XS Max
  2. Fix top padding issue
  3. Upgrade to swift 4.2

Issue fixes

05 Jul 03:07
Compare
Choose a tag to compare

. 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

30 May 03:15
Compare
Choose a tag to compare

. Fix UI issue on iphone X
. Adjust cell width depends on the various screen sizes

Swift 4

06 Nov 11:36
Compare
Choose a tag to compare
3.0

Enable menu width customizable

Fixed tap gesture recognizer simultaneously

10 Sep 05:28
Compare
Choose a tag to compare
2.3.2

Fixed gesture issues

Fixed tap outside to dismiss the sidemenu

08 Sep 10:36
Compare
Choose a tag to compare
2.3.1

Fix tap outside to dimiss

Adding tap gesture and publicizing menu states

05 Sep 01:13
Compare
Choose a tag to compare

. Adding tap gesture to dismiss the sidemenu when tapping outside
. Publicizing the sidemenu states when toggling it

Issues fixes

15 Oct 07:08
Compare
Choose a tag to compare

. 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.