本文介绍了在启动屏幕中执行代码更新的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
现在Xcode项目中的默认 LaunchScreen
文件已从 .xib
更改为 .storyboard
文件(就像 Main.storyboard
),现在可以选择以编程方式设计启动画面吗?
Now that the default LaunchScreen
file in Xcode projects have been changed from .xib
to .storyboard
files (just like Main.storyboard
), is it now possible to design the launch screen programmatically if you choose to?
你能为启动画面编写自定义代码吗?
Can you write custom code for the launch screen?
推荐答案
无法为启动屏幕xib / storyboard文件编写任何自定义类/代码。我们只能使用资源文件进行设计。
It is not possible to write any custom class/code for the launchscreen xib/storyboard files. We can only design using resource files.
这篇关于在启动屏幕中执行代码更新的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!