显示启动画面的时间超过默认秒数 [英] Displaying splash screen for longer than default seconds

查看:107
本文介绍了显示启动画面的时间超过默认秒数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以在指定的秒数内显示Default.png?我有一个客户端希望显示的启动画面时间超过当前时间。

Is it possible to display the Default.png for a specified number of seconds? I have a client that wants the splash screen displayed for longer than its current time.

他们希望显示2到3秒。

They would like it displayed for 2 - 3 seconds.

推荐答案

不,您的应用启动时会显示 default.png

No, the default.png is shown while your app starts up.

您可以添加一个新的viewcontroller,它将在应用程序 didFinishLoading default.png $ c>。

You can add a new viewcontroller which will display the default.png in the application didFinishLoading.

这样可以显示 default.png 更长一点。

This way you display the default.png a bit longer.

如果要加载数据,则只应显示 default.png ,这可能需要一些时间。
正如appstore指南所述,你不应该延迟启动你的时间超过必要。

You should only show the default.png if you are loading data, which could take some time. As the appstore guidelines state, you should not delay starting of you are any longer than necessary.

这篇关于显示启动画面的时间超过默认秒数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆