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
BufferedNavigationController extends UINavigationController to automatically queue up transitions between view controllers.
This prevents you receiving errors such as:
"Finishing up a navigation transition in an unexpected state. Navigation Bar subview tree might get corrupted."
This can happen if you try to pushViewController during an existing transition.
To use, simply add the provided files to your project and change your UINavigationController class to inherit from BufferedNavigationController in Interface Builder.