iPhone X全屏问题
iPhone X full screen issue
今天我安装了 Xcode 9 并为 iPhone x 构建了我的应用程序。但是上部和底部区域显示黑色,就像我们几年前遇到的场景 iPhone 5 当屏幕切换到 3.5 到 4 时。
我们如何简单地解决这个问题?
你应该使用安全区域。
For apps with custom layouts, supporting iPhone X should also be
relatively easy, especially if your app uses Auto Layout and adheres
to safe area and margin layout guides.
阅读更多:https://developer.apple.com/ios/human-interface-guidelines/overview/iphone-x/
我也是同样的问题。我也使用了安全区域布局。但以上解决方案不支持我。我从下面 link.
得到了解决方案
https://www.bignerdranch.com/blog/get-your-apps-ready-for-iphone-x/
以下几点帮助我解决了这个问题。
确保您的应用使用启动屏幕故事板(而非启动图像)。
今天我安装了 Xcode 9 并为 iPhone x 构建了我的应用程序。但是上部和底部区域显示黑色,就像我们几年前遇到的场景 iPhone 5 当屏幕切换到 3.5 到 4 时。
我们如何简单地解决这个问题?
你应该使用安全区域。
For apps with custom layouts, supporting iPhone X should also be relatively easy, especially if your app uses Auto Layout and adheres to safe area and margin layout guides.
阅读更多:https://developer.apple.com/ios/human-interface-guidelines/overview/iphone-x/
我也是同样的问题。我也使用了安全区域布局。但以上解决方案不支持我。我从下面 link.
得到了解决方案https://www.bignerdranch.com/blog/get-your-apps-ready-for-iphone-x/
以下几点帮助我解决了这个问题。
确保您的应用使用启动屏幕故事板(而非启动图像)。