Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
I am trying Configuring launch screens per URL scheme Here is the screenshot of my info.plist.
But only default launch screen is working and I am unable to load alternative launch screen. Please highlight what I am doing wrong here.
尝试使用User-Defined构建设置,这样您就可以为每个方案定义一个包含正确启动屏幕名称的字符串。
User-Defined
应用程序目标 > 构建设置 > + > 添加用户定义的设置
创建您自己的密钥,在此示例中,我将使用LAUNCH_SCREEN
LAUNCH_SCREEN
为每个方案添加值
.plist 上的实现
我希望我有帮助!