vote up 5 vote down star
9

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.

flag

1 Answer

vote up 9 vote down check

Yes.

These are the option I am aware of:

1) http://code.google.com/p/kcalendar-iphone

2) http://blog.webscale.co.in/?p=244 (this is a slight modification of the code available at link 1)

3) http://code.google.com/p/iphonecal (needs to be customized - easily - to change text from chinese to english)

4) Commercial: http://nrg.com.bd/blog/archives/36 but the look & feel of the previous ones is much, much better and they are free, if you can comply with their licenses.

Hope this helps.

link|flag
Awesome! This is precisely what I was looking for. I ended up doing the first iteration of the app with a DatePicker and some UI enhancements around it, but I will surely look at #1 / #2. Thank you very much! – chester Jun 30 at 20:57
Pefect.. thanks unforgiven. btw, kcalendar-iphone is MIT license. IMO, thats the best choice if one is developing a commercial app. – Prakash Nov 3 at 5:00
I strongly agree. It's also my choice BTW. – unforgiven Nov 3 at 6:55

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.