Skip to content

Add localization string keys directly to Interface Builder elements

License

Notifications You must be signed in to change notification settings

jjjjaren/UILocalizationKit

Repository files navigation

UILocalizationKit

Platform Cocoapods compatible Version License Language Twitter

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

UILocalizationKit is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'UILocalizationKit'

Usage

UILocalizationKit starts working out of the box, no import statements required!

Once installed, you will see a new Localized Key field in your Attribute Inspector for many Interface Builder elements.

LabelLocaizationScreenshot

The value for Localized Key should correlated to a key specified in your Localizable.strings file.

Supported Interface Elements

  • UIBarItem (title)
  • UIButton (title)
  • UILabel (text)
  • UISearchBar (placeholder)
  • UITextField (placeholder)
  • UITextView (text)
  • UIViewController (title)

Author

jjjjaren, jjjjaren@gmail.com

License

UILocalizationKit is available under the MIT license. See the LICENSE file for more info.

About

Add localization string keys directly to Interface Builder elements

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published