Is there any ready-made calendar control for iPhone apps?
Posted
by chester
on Stack Overflow
See other posts from Stack Overflow
or by chester
Published on 2009-06-15T19:02:23Z
Indexed on
2010/05/06
20:48 UTC
Read the original article
Hit count: 253
I am building an applicaiton for the iPhone that will display upcoming and past events. I settled for a list view, but then I realized that a calendar (just like the one displayed in the "month" view in the built-in Calendar application) would be a best match (that is, this one).
However, the iPhone Human Interface Guidelines just mentions the Date Picker, not the calendar, so I believe there is nothing like that out of the box. Is that true? If so, does anyone know of a third-party control that could be used? (I could write one myself, but I'd rather pick up something ready, since this is a departure on the original project plans).
Thank you all for your attention.
© Stack Overflow or respective owner