简体   繁体   English

如何在iOS上禁用启动画面?

[英]How to disable the splash screen on iOS?

How to disable the splash screen on iOS using XE7? 如何使用XE7在iOS上禁用启动画面? I could not find an option to disable it from the project options as it exists with Android. 我找不到从项目选项中禁用它的选项,因为它存在于Android中。

iOS strictly enforces some sort of image for a startup screen - even if it's just a black image or a snapshot of your main screen. iOS严格地为启动屏幕强制执行某种图像 - 即使它只是一个黑色图像或主屏幕的快照。 The Android and iOS platforms are very different, and this is one of their big differences. Android和iOS平台非常不同,这是他们的巨大差异之一。

When you launch your app, whether you notice it or not, there is always a delay while loading your app. 当您启动应用程序时,无论您是否注意到它,加载应用程序时总会有延迟。 The same applies for any platform. 这同样适用于任何平台。 Apple took advantage of this delay and decided to enforce the presence of a startup screen (or splash screen). Apple利用这种延迟并决定强制执行启动屏幕(或启动屏幕)。 If you do not wish to show any image here, your choices are: 如果您不希望在此处显示任何图像,您的选择是:

  • Exclude any image to just show empty black space 排除任何图像只显示空黑色空间
  • Use a snapshot of the initial state of the main screen 使用主屏幕初始状态的快照

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM