显示随机启动画面

发布于 2024-11-17 20:51:53 字数 83 浏览 2 评论 0原文

每次启动应用程序时是否可以启动不同的启动屏幕? 因为似乎启动画面必须命名为Default.png,所以似乎只能显示一个启动画面。

谢谢,

Is it possible to launch a different splash-screen each time I launch my app ?
Because it seems that the splash-screen HAS to be named Default.png, so it seems that only one splash-screen can be shown.

Thanks,

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

说好的呢 2024-11-24 20:51:53

在这种情况下,最常见的是显示“品牌”公司启动屏幕,然后一旦执行进入您的应用程序 (appDidFinish...),就会显示一个带有您的自定义/更改/动画的辅助启动屏幕图像。

In this case, it's most common to show a "branding" company splash screen, and then once the execution gets into your app (appDidFinish…) putting up a secondary splash screen with your customized/changing/animated image.

就此别过 2024-11-24 20:51:53

这是不可能的。 Default.png 将始终显示(符号链接也不起作用)。


如果每次都显示不同的启动画面,也会让用户感到困惑。

This is not possible. Default.png will always be shown (symbolic links won't work either).


It would also be confusing to the user if a different splash screen is shown every time.

_蜘蛛 2024-11-24 20:51:53

您可以创建一个黑色的启动屏幕,然后在应用程序启动时显示一个随机的 UIImage xyz 秒。

You could create a black splash screen and then show a random UIImage for xyz seconds at the start of your app.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文