How to Flip a view (with UIModalTransitionStyleFlipHorizontal) inside UINavigationController and UITabBarController

StackOverflow https://stackoverflow.com/questions/4542649

Question

I've an App with UITabBarController and UINavigationController, I would like to make a View to flip (with UIModalTransitionStyleFlipHorizontal) when I push an UIBarButtonItem

as I'm doing now, when I push the button all the screen flips, but what I want is to flip just the "content" and not the navigationController and the tabBarController, cause in the flipped view they disappear!!

How should I do?

thank you very much!

Was it helpful?
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top