An open API service indexing awesome lists of open source software.

https://github.com/aryaxt/textfielddatepicker

DatePickerTextField for iPad & IPhone
https://github.com/aryaxt/textfielddatepicker

Last synced: 11 months ago
JSON representation

DatePickerTextField for iPad & IPhone

Awesome Lists containing this project

README

          

TextFieldDatePicker
===================

DatePickerTextField for iPad.
This is just a wrapper around [CKCalendarView](https://github.com/jaykz52/CKCalendar) by Jason Kozemczak, to apply the picker functionality to a UITextField.

To use TextFieldDatePicker just change the class from UITextField to TextFieldDatePicker (Either in code or in storyboard/xib from identity inspector), and it should automatically display a popover when the field is tapped.

![alt tag](https://raw.github.com/aryaxt/TextFieldDatePicker/master/screen-shot.png)