iOS Date Picker + Infinite Scrolling.
Look at the Sample App. Check out the Sample Video. Have fun. Make it faster. Fork and send pull requests. Figure out hooks for customization.
Plop DFDatePickerViewController
in, and implement the one method in <DFDatePickerViewControllerDelegate>
:
- (void) datePickerViewController:(DFDatePickerViewController *)controller didSelectDate:(NSDate *)date;
That pretty much sums up what it does.
This project is in the public domain. You can embed it in works for hire or use it for evil. Attribution by linking to the project page and chocolate delivery is appreciated.