I have an application that has a UINavigationController that drills down to a view that looks like a card. I have on the card view a right button on the navigation bar which, when pressed, flips the view with a UIViewAnimationTransitionFlipFromRight animation to reveal the sudo back of the card. This is great and works well but when I press the back navigation button that gets automatically created it does a normal slide animation back to the previous view. I want this to back button when pressed to do a UIViewAnimationTransitionFlipFromRight as if it were flipping the card back over. I would appreciate any help on this matter :)