You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setup method in AMSlideMenuMainViewController class: When rightMenu segue doesn't exist, exception is catched and view controller retain count stays increased.
You can observe it in "AMSlideMenuDemo-with Storyboard" example.
Scenario:
Press "Demo Slider with Left Menu" button.
Press "Push VC" button.
Press "Exit to Root" button.
Error: MainVC is not released.
Xcode 7.1.1, iOS 9.1
The text was updated successfully, but these errors were encountered:
setup
method inAMSlideMenuMainViewController
class: WhenrightMenu
segue doesn't exist, exception is catched and view controller retain count stays increased.You can observe it in "AMSlideMenuDemo-with Storyboard" example.
Scenario:
Error: MainVC is not released.
Xcode 7.1.1, iOS 9.1
The text was updated successfully, but these errors were encountered: