kivy / kivy-ios

Toolchain for compiling Python / Kivy / other libraries for iOS
https://kivy.org/docs/guide/packaging-ios.html
MIT License
758 stars 238 forks source link

Add default Launch Screen storyboard #756

Closed misl6 closed 1 year ago

misl6 commented 1 year ago

From Specifying you app's launch screen:

Every iOS app must provide a launch screen, a screen that displays while your app launches. The launch screen appears instantly when your app starts up and is quickly replaced with the app’s first screen.

Without the Launch Screen, the App will be displayed zoomed or letterboxed on newer devices, instead, the presence of it tells the system that the App can run natively on newer device types.

EDIT: Additionally, all the LaunchImages has been removed, as they are now substituted by the new Launch Screen.storyboard.

Previously:

![IMG_8099](https://user-images.githubusercontent.com/8177736/209564458-5ead25cb-cc07-476f-a7eb-e134202560bf.PNG)

After:

![IMG_8098](https://user-images.githubusercontent.com/8177736/209564467-4426f3d1-859d-42b4-802c-7e44040e029a.PNG)