Skip to content

Localized iOS TimeZone datasource and picker control

License

Notifications You must be signed in to change notification settings

grangej/TimeZonePicker

Repository files navigation

Build status

master: Build Status dev: Build Status Carthage compatible License Platform

TimeZonePicker

Localized iOS TimeZone datasource and picker control

Fully localized timezone datasource and picker control, ready to integrate into iOS project.

Requires

  • swif4
  • iOS 11
  • XCode 9

Usage

To run the example project, clone the repo.

Install

Carthage

Just add the following to your Cartfile

github "grangej/TimeZonePicker"

And run:

carthage update

CocoaPods

CocoaPods 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'
end

And run:

pod install

Features

Currently 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

Author

John Grange

License

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

About

Localized iOS TimeZone datasource and picker control

Resources

License

Stars

Watchers

Forks

Packages

No packages published