开发者

Localized Splash screen in iPhone

开发者 https://www.devze.com 2023-01-19 05:25 出处:网络
Is it possible to hav开发者_JS百科e different image for different language for Splash screen in iPhone ?You can localize the Default.png file like you would localize any other. That way, depending on

Is it possible to hav开发者_JS百科e different image for different language for Splash screen in iPhone ?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消