Plasma / BufferedNavigationController

UINavigationController that can queue concurrent animation changes without breaking the interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

- Andrew Armstrong (phplasma@gmail.com)
- http://cherrypopapp.com

About

UINavigationController that can queue concurrent animation changes without breaking the interface


Languages

Language:Objective-C 100.0%