Is the UIDatePicker really the best iPhone UI mechanism for selecting dates?
- by BeachRunnerJoe
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.
Is this the only control that comes with UIKit for allowing the user to select dates?
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!