How to force view controller orientation in iOS 8?

前端 未结 25 2065
太阳男子
太阳男子 2020-11-22 13:11

Before iOS 8, we used below code in conjunction with supportedInterfaceOrientations and shouldAutoRotate delegate methods to force app orie

相关标签:
25条回答
  • 2020-11-22 13:38

    [iOS9+] If anyone dragged all the way down here as none of above solutions worked, and if you present the view you want to change orientation by segue, you might wanna check this.

    Check your segue's presentation type. Mine was 'over current context'. When I changed it to Fullscreen, it worked.

    Thanks to @GabLeRoux, I found this solution.

    • This changes only works when combined with solutions above.
    0 讨论(0)
提交回复
热议问题