Skip to content
rpinto edited this page Feb 17, 2014 · 2 revisions

LocalizedLabel is a Subclass of UILabel. It use the xib label text as key for NSLocalizedString. So you no longer need to link the label with your code to manually set the text.

I use this instead of a real localized xib file to prevent xib duplication.

Clone this wiki locally