/InterfaceBuilder-Based-Localisation

Allows .strings file based localization without creating IBOutlets for each individual UI Elements

Primary LanguageSwift

InterfaceBuilder based localization

Allows .strings file based localization without creating IBOutlets for each indivisual UI Elements

  • No need to create IBOutlet for each UI Element
  • Support iOS native localization
  • Easily extendable to support JSON file based localization

Setup

  • Drag and Drop Label class into your project
  • Set the class of UILable to Label
  • Assign the key you want to use from the Localizable.strings file

1b68873a93769271e.png 2dcdaaedda5f4071c.png