Yes, I have looked for an answer already. None of the solutions work, except one that doesn\'t give the option for a fade transition, only flip or curl.
Like this:>
In iOS 7 above, you may want to look into UIViewControllerAnimatedTransitioning
for presented view controllers, or UINavigationControllerDelegate
method :
- (id)navigationController:(UINavigationController *)navigationController animationControllerForOperation:(UINavigationControllerOperation)operation fromViewController:(UIViewController *)fromVC toViewController:(UIViewController *)toVC
I have some sample code from another question for more info.