只为成功找方法,不为失败找理由。

博客园 首页 新随笔 联系 订阅 管理

Info.plist修改

<key>UISupportedInterfaceOrientations</key>

<array>

<string>UIInterfaceOrientationLandscapeRight</string>

        <string>UIInterfaceOrientationLandscapeLeft</string>

<string>UIInterfaceOrientationPortrait</string>

</array>

<key>UISupportedInterfaceOrientations~ipad</key>

    <array>

        <string>UIInterfaceOrientationPortrait</string>

        <string>UIInterfaceOrientationLandscapeLeft</string>

        <string>UIInterfaceOrientationLandscapeRight</string>

    </array>

  以上问题只有ipad 有问题 手机和pad 区别设置

posted on 2020-05-20 16:37  诗意的活着  阅读(536)  评论(0编辑  收藏  举报