Build an app on Xcode 9 that focuses on iOS 11 but has compatibility mode on iPhone X

Does anyone know how to create an iOS 11 targeting app on Xcode 9, but still run it in compatibility mode on iPhone X so that it still displays the top and bottom borders, rather than the scale app, to fill the screen?

If this confuses people on the new iPhone X, when the old iOS 10 or lower level application launches, it will work in compatibility mode, which will display a black bar at the top and bottom of the screen, what the iPhone application on the iPad looks like.

+4
source share
1 answer

- . , , iOS 10 SDK.

, ,

  • Images.xcassets. + xcassets App Icons & Launch Images > New iOS Launch Image. , iPhone X.

  • , xib . General. , " ". Launch Screen File LaunchImage .

enter image description here

(... Xcode 9 Launch Images Sourc... )

iPhone X, , iPhone X .

+3

Source: https://habr.com/ru/post/1685780/


All Articles