I\'m updating my app for iOS 7 and I discovered a weird problem. I\'m presenting a UIViewController wrapped in a UINavigationController with UIModalTransitionStyleFlip
UIModalTransitionStyleFlip
The same for me. What actually worked is to change style to CoverVertical, looks much smoother.