iOS7 UIModalTransitionStyleFlipHorizontal bounces after transition

后端 未结 6 1860
一整个雨季
一整个雨季 2020-12-22 18:07

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

6条回答
  •  攒了一身酷
    2020-12-22 18:13

    The same for me. What actually worked is to change style to CoverVertical, looks much smoother.

提交回复
热议问题