Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 iPad Air 2 (iOS 9.0) 中显示 Launchscreen 故事板。
我在 xcassets 中添加了 ImageSet,并为 iPad 添加了 1X 和 2X 的图像。
并在 Launchscreen.storyboard 中引用了 ImageSet 名称。
我现在注意到,当我以纵向模式打开应用程序时,Launchscreen 正确显示,但当我以横向模式打开同一个应用程序时却没有。
如何解决这个问题?
带约束的图像
我尝试了一个示例项目,也发生在我身上。尝试将图像资源中的设备设置从 iPad 更改为通用,并将图像添加为 1x 和 2x。在我的项目中,这解决了这个问题。
尝试以下步骤:
(1) 将【设置->部署信息->设备】设置为【iPad】
(2) 查看[Settings -> Deployment Info -> Device Orientation -> Landscace Left / Right] 复选框是否关闭。
如果其中一个或两个都关闭,这就是启动屏幕不显示为横向的原因。在这种情况下,您只需打开复选框即可。
(3) 将 [Settings -> Deployment Info -> Devices] 设置回步骤 (1) 之前的状态。