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
- Host: GitHub
- URL: https://github.com/aryaxt/textfielddatepicker
- Owner: aryaxt
- License: other
- Created: 2013-06-19T04:25:43.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-01-04T00:03:43.000Z (over 12 years ago)
- Last Synced: 2025-04-13T20:40:22.468Z (about 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 222 KB
- Stars: 14
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
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.
