Localized Splash screen in iPhone

拜拜、爱过 提交于 2019-12-04 05:52:53

You can localize the Default.png file like you would localize any other. That way, depending on the device language the appropriate Default.png is used.

Might I add, that splash screens are highly dissuaded in the HIG, your Default.png should look like the first screen to give the illusion your app starts up faster. I haven't heard of apps being rejected due to a splash screen on the other hand.

Edit

You can not add some kind of custom behavior which decides which Default.png to use. Either you localize the file or you use a Default.png with no text in it.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!