dwirandyh / ios-localization

Swift Extension to localize iOS application easily

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS Localization Extension

This is a repository that contains extensions that can help us to localize iOS applications easily by setting text or title based on the key in our localization string file

iOS Localization

How To Use

There are two way to use it

  1. Add key of localization strings into custom property (LocalizedKey)
  2. Set text or title same as with key of localization strings and append the first character with @

Available Extensions:

  • UILabel
  • UIButton
  • UISegmentedControl
  • UIBarItem
  • UINavigationItem
  • UIImageView

About

Swift Extension to localize iOS application easily


Languages

Language:Swift 97.2%Language:Ruby 2.8%