Translating a framework in iOS image

Localizing an iOS app is pretty straightforward thanks to Apple’s app internationalization options, whether you want to do it from interface builder or code. Things get a bit more complicated when you have some code which you want to separate into a framework (e.g. registration process, profile settings, etc.) in order to use through multiple projects.
Continue Reading