Completion handler for UINavigationController “pushViewController:animated”?
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: ? chrs See par's answer for another and more up to date solution UINavigationController animations are run with CoreAnimation , so it would make sense to encapsulate