Plasma / BufferedNavigationController

UINavigationController that can queue concurrent animation changes without breaking the interface
108 stars 19 forks source link

ARC version and fixed for use with storyboards #2

Closed Bouke closed 10 years ago

Bouke commented 10 years ago

Setting the delegate should be done in the viewDidLoad callback instead of overriding init (as it will not be called).

Also updated to be used with ARC.

Plasma commented 10 years ago

Thanks!