I'm trying to implement a (like present/dismiss functions)
popViewControler:animated:compilation
pushViewController:animated:compilation
In a UINavigationController
subclass.
I want to detect in my subclass every time a new UIViewController is poppet /pushed and the animation has ended and then call the callback.
Any suggestions?
Thanks