mirror of https://github.com/kivy/kivy.git
ios/packaging: update documentation about launch image
This commit is contained in:
parent
2516ccc2f8
commit
11f55027a0
|
@ -81,6 +81,8 @@ You can customize the build in many ways:
|
|||
#. Go to the settings panel > build, search for "strip" options, and
|
||||
triple-check that they are all set to NO. Stripping is not working with
|
||||
Python dynamic modules, and will strip needed symbols.
|
||||
#. Indicate a launch image in portrait/landscape for ipad with and without
|
||||
retina display.
|
||||
|
||||
.. _Known issues:
|
||||
|
||||
|
@ -90,12 +92,6 @@ Known issues
|
|||
Currently, the project have few issues as (we'll fixes them during the
|
||||
development):
|
||||
|
||||
- Loading time: Apple provide a way to reduce the feeling of a slow application
|
||||
loading by showing an image when the application is initialize. But, due to
|
||||
the SDL approach, IOS remove the launch image before we have started. So if
|
||||
you are using a launch image, the user will see: The launch image -> black
|
||||
screen -> your app. Remove the launch image for now.
|
||||
|
||||
- Application configuration not writing: we are learning how IOS manage its
|
||||
filesystem.
|
||||
|
||||
|
|
Loading…
Reference in New Issue