Is the UIDatePicker really the best iPhone UI mechanism for selecting dates?

Posted by BeachRunnerJoe on Stack Overflow See other posts from Stack Overflow or by BeachRunnerJoe
Published on 2010-05-19T18:08:32Z Indexed on 2010/05/19 18:10 UTC
Read the original article Hit count: 296

Filed under:
|
|
|

Hello! I'm diving into iPhone/iPad development and I'm trying to find an elegant mechanism for allowing the user to select dates. It seems to me that a calendar control would be the best way to go, but I don't see one in anywhere in the SDK. All all I see is this overblown, the-price-is-right-looking DatePicker control.

  1. Is this the only control that comes with UIKit for allowing the user to select dates?
  2. What about the calendar that the Notes app uses?

Also, I should note I'm really trying to avoid using 3rd party code frameworks that have little or no documentation, because I'm new to all this and sufficient documentation is a must at this point. Thanks so much in advance for all your wisdom!

© Stack Overflow or respective owner

Related posts about iphone

Related posts about calendar