Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Anish-kumar-dev/DateTimePicker

Open more actions menu
 
 

Repository files navigation

DateTimePicker

A nicer iOS UI component for picking date and time.

Screenshot

Requirements

  • Swift 3.0 & Xcode 8
  • iOS 9 and later

Installation

Using Cocoapod

Just add the following to your podfile

pod 'DateTimePicker'

Manual install

Drag and drop folder Source to your project.

Usage

You can easily show and customize the component's colors

let picker = DateTimePicker.show()
picker.highlightColor = UIColor(red: 255.0/255.0, green: 138.0/255.0, blue: 138.0/255.0, alpha: 1)
picker.completionHandler = { date in
    // do something after tapping done
}

Contributing

Contributions for bug fixing or improvements are welcome. Feel free to submit a pull request.

Licence

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

About

A nicer iOS UI component for picking date and time

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 93.0%
  • Ruby 7.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.