iPhone addition to already localized nibs
Posted
by user168610
on Stack Overflow
See other posts from Stack Overflow
or by user168610
Published on 2010-03-18T16:00:38Z
Indexed on
2010/03/18
16:01 UTC
Read the original article
Hit count: 298
I've submitted an app to the store that has been localised into a number of languages. Now it's time to update a few things, so I've added a few new components to a xib or two and modify them as IBOutlets from my code. All works great in English, but when I change to a different language it appears that my nib additions haven't been propagated through the localised nibs that already existed. (I get an unrecognised selector on a UILabel I've added).
What is the correct workflow for adding new items to an already localised nib? Should a modification to the top level .xib carry through to all localised versions? Or should I unlocalize, add new components and then localise all over again?
Many thanks,
Bryn
© Stack Overflow or respective owner