iPhone - 显示动态启动画面
我正在创建一个具有选择主题选项的应用程序。根据所选的主题,我还想更改启动屏幕。如果我不使用“Default.png”并使用图像视图或类似的方式来显示启动画面图像,则最终会在加载过程中显示黑色视图。
如何根据所选主题显示动态启动画面。是否可以?
I'm creating an application which has options to select themes. Depending on the theme selected, I want to also change the splash screen. If I don't use "Default.png" and use a image view or similar to show a splash screen image, I end up showing a black view during loading.
How can I show dynamic splash screens depending on the theme selected. Is it possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
检查下面的SO帖子
3.0中的动态(Default.png)闪屏[iPhone SDK]
这是博客文章
动态iPhone 或 iPad 应用程序的启动画面
动态启动画面
Check the below SO post
Dynamic (Default.png) splashscreen in 3.0 [iPhone SDK]
Here is the blog post
Dynamic splash screen for iPhone or iPad application
Dynamic Splash
.h 类中编码来添加启动屏幕
此代码可以帮助您通过在.m
类中的
This code may help you to add splash screen by coding
in .h class
in .m class