Reputation: 2449
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!
Upvotes: 2
Views: 2412
Reputation: 2449
ok! I've made it!
I've followed this example: http://developer.apple.com/library/ios/#samplecode/TheElements/Introduction/Intro.html
Upvotes: 4