Hacker News new | ask | show | jobs
by Klonoar 2353 days ago
Native apps have built custom UIKit controls since the launch of the app store.
1 comments

That being said, there is a standard component for this in the Cocoa Touch SDK: https://developer.apple.com/documentation/uikit/uidatepicker
...yeah, that’s the whole point of the comment chain.

Point was that nobody has considered it perfect from day one.

The standard control could use improvements (hm, I'd probably vote for a dictation button that lets me say "next Wednesday" instead of doing math), and we need handsome alternatives like this to nudge it forward. Because user familiarity is critical, I'd prefer to see an implementation that adds functionality with minimal changes to the way we all robotically enter a date/time/whatever. A subclass, if possible.

My portfolio is filled with regrets where I chose something interesting over something obvious.