I’m trying to call [[self navigationController] popViewControllerAnimated:YES] but making the animation slide right to left instead of left to right. Any easy way to do this? I want to return to the previous view. Any help is appreciated. Thanks!
I’m trying to call [[self navigationController] popViewControllerAnimated:YES] but making the animation slide right to
Share
It is possible, look at the following code I used a while back and try to make it work for yourself. Yu only need to change the
setAnimationTransitionThere are a few different kind of default animations to use, apples site says this kind of animations are possible:
So in your case you would want to use the following: