Two-stage rotation animation is deprecated. This application should use the smoother single-stage animation

前端 未结 5 805
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-01 23:15

I am building a ipad application. when the applications starts i show it in landscape Right mode. But as soon as the application starts I get this message

T         


        
5条回答
  •  旧时难觅i
    2021-01-02 00:06

    You can also get this error message if you've run the app with an empty tab bar controller as root in your storyboard. I was just starting on an app and my UITabBarController has no view controllers yet, but is presenting a login modal.

提交回复
热议问题