IOS: launch image multiple language

前端 未结 2 480
执念已碎
执念已碎 2020-11-29 08:37

I have a multiple language app. My problem is launch image, what\'s the way to use a launch image according to language of device. Is there something in info.plist

2条回答
  •  北海茫月
    2020-11-29 09:21

    Apple's HIG document advises that developers use launch images that don't have any text whatsoever. Take the contacts app for instance, it simply displays an empty UI so the user believes the app to be launching quicker.

    So I suggest following this approach and removing any traces of language from the launch images.

提交回复
热议问题