Set default language at first run IOS

折月煮酒 提交于 2019-11-29 14:31:51

Next setting in Info.plist fixed the issue with localization and storyboard RTL in my case.

Basically you can't rely on [NSBundle mainBundle] to look up your configuration as referencing [NSBundle mainBundle] will actually configure the bundle from the (at that time unchanged) AppleLanguages setting.

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