Recommendations for a 3rd party Calendar picker class that's easy to use in iPhone/iPad apps

Posted by BeachRunnerJoe on Stack Overflow See other posts from Stack Overflow or by BeachRunnerJoe
Published on 2010-05-20T17:11:44Z Indexed on 2010/05/20 18:00 UTC
Read the original article Hit count: 307

Filed under:
|
|
|

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!

© Stack Overflow or respective owner

Related posts about ipad

Related posts about iphone