How do I disable the splash screen on iOS?

How to disable iOS splash screen using XE7? I couldn't find an option to disable it from the project settings as it does with Android.

+3


source to share


1 answer


iOS strictly enforces some sort of launcher image - even if it's just a black image or a snapshot of your main screen. Android and iOS platforms are very different and this is one of their big differences.

When launching an application, whether you notice it or not, there is always a delay in loading the application. The same applies to any platform. Apple took advantage of this delay and decided to provide a launch screen (or splash screen). If you don't want to show the image here, your options are:



  • Exclude any image to just show empty black space.
  • Take a snapshot of the initial state of the home screen.
+4


source







All Articles