Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darkcl/LocalizedView
Setting up application specific localized string within xib file.
https://github.com/darkcl/LocalizedView
Last synced: 3 months ago
JSON representation
Setting up application specific localized string within xib file.
- Host: GitHub
- URL: https://github.com/darkcl/LocalizedView
- Owner: darkcl
- License: mit
- Created: 2016-02-19T04:21:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-24T03:05:29.000Z (over 8 years ago)
- Last Synced: 2024-04-15T15:21:06.050Z (7 months ago)
- Language: Objective-C
- Homepage:
- Size: 185 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ios - LocalizedView - Setting up application specific localized string within Xib file. (Localization / Other Hardware)
- awesome-ios-star - LocalizedView - Setting up application specific localized string within Xib file. (Localization / Other Hardware)
README
# LocalizedView
[![CI Status](https://travis-ci.org/darkcl/LocalizedView.svg?branch=master)](https://travis-ci.org/darkcl/LocalizedView)
[![Version](https://img.shields.io/cocoapods/v/LocalizedView.svg?style=flat)](http://cocoapods.org/pods/LocalizedView)
[![License](https://img.shields.io/cocoapods/l/LocalizedView.svg?style=flat)](http://cocoapods.org/pods/LocalizedView)
[![Platform](https://img.shields.io/cocoapods/p/LocalizedView.svg?style=flat)](http://cocoapods.org/pods/LocalizedView)##What is this?
LocalizedView is a helper class for setting up application specific localized string within Xib file.
Here is a video demo of how this works:
[![Youtube](http://img.youtube.com/vi/fjumi94jlWo/0.jpg)](http://www.youtube.com/watch?v=fjumi94jlWo)
## Usage
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
Xcode 6
## Installation
LocalizedView is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'LocalizedView'
```## Author
Yeung Yiu Hung, [email protected]
## License
LocalizedView is available under the MIT license. See the LICENSE file for more info.
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/darkcl/localizedview/trend.png)](https://bitdeli.com/free "Bitdeli Badge")