Base internationalization and multiple storyboard not working right

后端 未结 11 1818
遇见更好的自我
遇见更好的自我 2020-12-14 19:50

I\'m playing with multiple storyboards and base localization on xCode 4.6. In fact I

I did:

1) edit my project infos localisations: checked \"Use Base Inter

11条回答
  •  隐瞒了意图╮
    2020-12-14 20:31

    Base Internationalization is only supported on iOS 6.

    I encountered the same problem as you, but worse, because I didn't test on iOS 5. I only knew about this after knowing many of my users experienced crashes.

    So, take heed.

    There are details on my blog about this. As you already know, xib still works. Therefore, convert all strings to xib (isn't hard at all).

提交回复
热议问题