I am beginner in iOS. I learned how to localize XIB files. This way two versions of my XIB file are created, say one for English version and one for Spanish.
Here is sample of the spanish localized XIB:
I was curious why there is need for localizing XIB files?
I know how to localize any string using string tables
and NSLocalizedString()
method. Is localizing XIB files
good because it is not possible/easy to use localized strings as titles
for the controls in the interface builder?