iOS 8.1 auto rotation

前端 未结 4 1146
悲&欢浪女
悲&欢浪女 2021-01-06 13:46

In my project I check all the types of orientations I need! This works fine on iOS 7.1 but it doesn\'t work properly for iOS 8.1. In iOS 8.1, when I open the app in portrai

4条回答
  •  心在旅途
    2021-01-06 14:30

    I also had this exact issue when updating to iOS 8.1. If your app does not use a storyboard, it can be solved by removing the reference Main storyboard file base name in the info.plist

    or when opened as Source Code

    UIMainStoryboardFile
    Main
    

提交回复
热议问题