Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 1.51 KB

README.md

File metadata and controls

47 lines (26 loc) · 1.51 KB

THCalendarDatePicker

Pod Version Pod Platform Pod License

This control is based on the datepicker-ios control combined with the KNSemiModalViewController.

The original controller was not aware of orientation changes and was missing some customization features that I needed for my project, so I decided to rewrite part of the controller to fit to my needs

Screenshots

iPhone Portrait iPhone Landscape

Installation

CocoaPods

Install with CocoaPods by adding the following to your Podfile:

platform :ios, '6.1'
pod 'THCalendarDatePicker', '~> 0.0.1'

Note: We follow http://semver.org for versioning the public API.

Manually

Or copy the THCalendarDatePicker/ directory from this repo into your project.

Usage

Have a look at the Example Project.

#Contributions

...are really welcome.

License

Source code of this project is available under the standard MIT license. Please see the license file.