Releases: dogo/AKSideMenu
Releases · dogo/AKSideMenu
1.4.6
1.4.5
1.4.4
Fixed bugs:
- didHideMenuViewController delegate is never called. #53
Closed issues:
- space at top right and left corner of navigation bar while using aksidemenu #60
- ContentViewCornerRadius is available? #57
- Sidemenu stuck in swipe #50
- How to Pass an object from RootViewController to contentViewController #49
- Instance member 'autoresizingMask' cannot be used on type 'UIView' #48
- Calling variable sideMenuViewController in UIViewController extension freezes the app when it is not in view heirarchy #47
- How to show side menu from Other view controller ? #36
1.4.3
1.4.2
1.4.1
1.4.0
1.3.5
1.3.3
1.3.2
Change "weak self" from animation block to "unowned". Thanks @nschucky
Fix storyboard ids IBInspectables.
Allow creating "AKSideMenu" derived classes. Thanks @CodeReaper