Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone - Where can I find a custom Calendar-like date picker? [closed]

Does anybody knows where can I find a Date Picker - like the one used by Apple in Calendar app?

I found this one, but I was wondering if a simpler one exists - just to choose a date.

Thanks.

like image 826
CristiC Avatar asked May 19 '11 20:05

CristiC


People also ask

What is UIDatePicker?

A control for inputting date and time values.


3 Answers

Hey ... have you checked the great Tapku Library? It has a calendar component -
https://github.com/devinross/tapkulibrary

Also check out these -
https://github.com/klazuka/Kal
https://github.com/voidparadox/Si-Calendar
https://github.com/damiandawber/DDCalendarView

like image 134
Saurabh Avatar answered Sep 28 '22 00:09

Saurabh


Does http://iphonedevelopment.blogspot.com/2009/01/better-generic-date-picker.html help you?

like image 30
rest_day Avatar answered Sep 27 '22 22:09

rest_day


It looks like this question has already been answered here and here.

(Kal looks like the best option to me.)

like image 27
titaniumdecoy Avatar answered Sep 27 '22 22:09

titaniumdecoy