Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 602 Bytes

File metadata and controls

13 lines (11 loc) · 602 Bytes

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