I need a calendar in my app where the user can pick a date from. I wonder if there's a calendar library to do something like this?
Have you checked out the documentation on the NSCalender class in Foundation? I doubt that the NSCalender class will actually draw out or manage a calender for you graphically but it appears to provide functionality to help with the headache of calculating things like leap-years and such. I have not used this class myself yet but I have played around with NSDate and it is very convenient. There might exist a class that can help you draw / layout a graphic calender though... [Update] I found a tutorial where someone modified a calender project from Google Code to create a calender and then explained how he did it. See these links:
TUTORIAL:
http://blog.webscale.co.in/?p=244
ORIGINAL GOOGLE CODE PROJECT (KLCalender Class)
http://code.google.com/p/kcalendar-iphone/
DATE & TIMEPROGRAMMING GUIDE:
http://developer.apple.com/iphone/library/documentation/cocoa/Conceptual/DatesAndTimes/DatesAndTimes.html
Hi
I'd like to use kcalendar for my iphone application, I checked everywhere but I can't find it. Links are down and I dont have access to the kcalenar google code page. Anyone got the source or another link ?
Thanks for helping