所谓ios横竖屏自适应切换即:竖屏启动APP则APP竖屏启动显示,横屏启动APP则APP横屏启动显示,设备横竖屏切换时APP也能自动横竖屏切换显示
<key>UISupportedInterfaceOrientations</key> <array> <string>UIInterfaceOrientationPortrait</string> <string>UIInterfaceOrientationLandscapeLeft</string> <string>UIInterfaceOrientationLandscapeRight</string> </array> <key>UISupportedInterfaceOrientations~ipad</key> <array> <string>UIInterfaceOrientationPortrait</string> <string>UIInterfaceOrientationPortraitUpsideDown</string> <string>UIInterfaceOrientationLandscapeLeft</string> <string>UIInterfaceOrientationLandscapeRight</string> </array>
上面就是完整的ios横竖屏自适应切换Info.plist配置,如果只需要做ipad设备的横竖屏自适应切换,只需把UISupportedInterfaceOrientations字段key跟内部对应的array配置
上一篇: 导入iOS证书显示证书不受信任的解决方法
0条评论( 网友:0 条,站长:0 条 ) 网友评论{有您的评论更精彩....}