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
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.
Or copy the THCalendarDatePicker/
directory from this repo into your project.
Have a look at the Example Project.
#Contributions
...are really welcome.
Source code of this project is available under the standard MIT license. Please see the license file.