Build status
Localized iOS TimeZone datasource and picker control
Fully localized timezone datasource and picker control, ready to integrate into iOS project.
- swif4
- iOS 11
- XCode 9
To run the example project, clone the repo.
Just add the following to your Cartfile
github "grangej/TimeZonePicker"And run:
carthage updateCocoaPods 1.1.0+ is required to build TimeZonePicker
To add TimeZonePicker to your project using CocoaPods, specify it your
Podfile
platform :ios, '11.0'
target 'TargetName' do
pod 'TimeZonePicker-JAApps', '~> 1.1.0'
endAnd run:
pod installCurrently TimeZonePicker has the following features:
-
DataSource for use in custom ViewController -
ViewController for use directly in your app -
Fully localized in Japanese -
Localization in other languages -
Fully unit tested
John Grange
TimeZonePicker is available under the MIT license. See the LICENSE file for more info.