views:

311

answers:

1

Hello. I'd like to add a Calendar picker control to my iPad app that is similar in appearence and functionality to the Calendar picker control in the upper right corner of the native Calendar app on the iPad.

I've looked into a couple of the 3rd party frameworks that have Calendar controls like this (such as the Tapku Library), but because I'm new to iPhone OS development, I'm having a hard time figuring out how to use them, mostly because the ones I've looked at have little or no documentation. For those that have used 3rd party Calendar picker controls, can you recommend one that is...

  • Easy to use or provide decent enough documentation to figure out how to use it
  • Legit for use in iPhone OS 3.2+ (including 4.0)

Or if you could recommend one and provide some code snippets from your projects that show how to...

  • Initialize and display it
  • Retrieve the date selected by the user

I would most greatly appreciate it and I'm sure there are many others that would as well (and would be happy to vote up your response)! Thank you very much in advance, I'm going to continue researching this question right now!

+2  A: 

Check out this two

http://github.com/guicocoa/GCCalendar

and this

http://github.com/klazuka/Kal

giftederic
A vote here for Kal. I just implemented a piece of my app using it the other day, and once I got my head around it, it works great.
Dan Ray
thank you! I'll look into them!
BeachRunnerJoe