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
If you press "back" on navigation bar until open animation finished, menu remains open on other view. It's simple to solve: simply comment "if (self.isAnimating) return;". It works good, but update from pods cleans it, and exist variable "BOOL waitUntilAnimationIsComplete;".
To close menu i'm used [menu close]; in viewWillDisappear:, maybe exist better way to do it?
The text was updated successfully, but these errors were encountered:
If you press "back" on navigation bar until open animation finished, menu remains open on other view. It's simple to solve: simply comment "if (self.isAnimating) return;". It works good, but update from pods cleans it, and exist variable "BOOL waitUntilAnimationIsComplete;".
To close menu i'm used [menu close]; in viewWillDisappear:, maybe exist better way to do it?
The text was updated successfully, but these errors were encountered: