dogo / AKSideMenu

Beautiful iOS side menu library with parallax effect. Written in Swift
MIT License
281 stars 50 forks source link

App Freeze when sideMenuController is not in hierarchy. #71

Closed hackiftekhar closed 4 years ago

hackiftekhar commented 4 years ago

https://github.com/dogo/AKSideMenu/issues/47 is the duplicate card that hasn't been fixed yet. I cannot reopen due to insufficient permission.

Include the following:
Reproduction Steps
  1. Create a brand new Xcode project and add AKSideMenu library.
  2. Embed ViewController in NavigationController.
  3. call self.sideMenuViewController in viewDidAppear.
Expected Result
Actual Result

Tell us what could be improved:

Screenshot 2019-11-19 at 5 08 12 PM

dogo commented 4 years ago

@hackiftekhar Thanks for reporting this issue and providing useful information. Please update to 1.4.5

hackiftekhar commented 4 years ago

Thanks @dogo for quick action on this.