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
App Freeze when sideMenuController is not in hierarchy. #71
Calling variable sideMenuViewController in UIViewController extension freezes the app when it is not in view hierarchy #47
If in a viewController I access the defined in the UIViewController extension, the app freezes
This happens if the side menu is not in the view Heirarchy. The app goes into an infinite loop and app freezes.
Include the following:
1.0.0
6.0
iPhone 6
Reproduction Steps
Expected Result
The property should return nil instead of going into an infinite while loop.
Actual Result
The app goes into an infinite while loop.
Tell us what could be improved:
The text was updated successfully, but these errors were encountered: