美文网首页UI
【iOS】iOS13启动图无法使用

【iOS】iOS13启动图无法使用

作者: Kean_Qi | 来源:发表于2019-12-13 17:08 被阅读0次

iOS13出现 'UILaunchImages' has been deprecated, use launch storyboards instead.
意思是iOS13之后UILaunchImages将废弃,如果需要启动图的话,必须用LaunchScreen.storyboard进行配置
但是如果还想用之前在assets.xcassets中配置LaunchImage的话,可以在工程 targets--Build Settings 搜索 Asset Catalog Launch Image Set Name 然后设置创建的启动页名字即可。


截屏2019-12-13下午5.07.43.png

相关文章

网友评论

    本文标题:【iOS】iOS13启动图无法使用

    本文链接:https://www.haomeiwen.com/subject/anzfnctx.html