AKSideMenu Versions Save

Beautiful iOS side menu library with parallax effect. Written in Swift

1.4.6

2 years ago

1.4.5

4 years ago

Fixed issues:

  • App Freeze when sideMenuController is not in hierarchy. #71

Closed issues:

  • Thread 1: EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0) in preferredStatusBarStyle method #68
  • didHideMenuViewController is never called #62
  • need swift 5 support #58
  • Failed to verify bitcode in AKSideMenu.framework #55

1.4.4

4 years ago

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

5 years ago

Fix Sidemenu stuck in swipe #50

1.4.2

5 years ago

Migrate to Swift 4.2

1.4.1

5 years ago

Add corner radius to content view Fix navigation bar when scaling UINavigationController's view in iOS 11

1.4.0

6 years ago

Migrate to Swift 4.0 Add optional delegate method to AKSideMenuDelegate to enable support for simultaneous gesture recognitions. Thanks @roccx Add optional delegate methods to AKSideMenuDelegate to create custom gesture failure requirements. Thanks @roccx

1.3.5

7 years ago

Avoid crashing when notifying delegates. Avoid force unwraps. @CodeReaper Fix Status bar issue #17

1.3.3

7 years ago

Add Carthage support. Thanks @bitomule

1.3.2

7 years ago

Change "weak self" from animation block to "unowned". Thanks @nschucky Fix storyboard ids IBInspectables. Allow creating "AKSideMenu" derived classes. Thanks @CodeReaper