I'm about creating an app using a UINavigationController
to present the next view controllers.
With iOS5 there´s a new method to presenting UIViewControllers
:
presentViewController:animated:completion:
Now I ask me why isn´t there a completion handler for UINavigationController
?
There are just
pushViewController:animated:
Is it possible to create my own completion handler like the new presentViewController:animated:completion:
?