是否可以根据设置更改启动图像?
在我的应用程序项目的资源中,我有 Default.png,它是我的应用程序启动图像。
由于设置捆绑包,用户可以更改启动视图,所以我的问题是找到一种方法来在用户更改设置时拾取另一个启动图像。
有办法吗?
In the resources of my app project I have Default.png that is my app launch image.
Thanks to the settings bundle, the user can change the start up view, so my problem is finding a way to pick up another launch image if the user changes the settings.
Is there a way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不可以,您无法更改应用程序包内的文件。
但可以找到另一个简单的解决方案 - 为此,只需在启动应用程序后显示具有所选默认屏幕的视图,然后在 5 秒后显示主视图:
No, you can't change files inside your app bundle.
But it's possible to find another easy solution - for this just show a view with the selected Default-Screen after launching your app and then after e.g. 5 seconds show your main view: