UIDatePicker 真的是选择日期的最佳 iPhone UI 机制吗?
我正在深入研究 iPhone/iPad 开发,并试图找到一种允许用户选择日期的优雅机制。在我看来,日历控件是最好的选择,但我在 SDK 的任何地方都没有看到日历控件。我所看到的只是这个夸张的、看起来价格合理的 DatePicker 控件。
- 这是 UIKit 附带的唯一允许用户选择日期的控件吗?
- 日历应用程序使用的日历控件怎么样?
另外,我应该指出,我真的试图避免使用很少或没有文档的第三方代码框架,因为我对所有这些都是新手,并且此时必须有足够的关于如何使用它的文档。预先非常感谢您的智慧!
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 control that the Calendar 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 on how to use it is a must at this point. Thanks so much in advance for all your wisdom!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的
(您是指日历应用程序吗?我不记得 Notes 应用程序中有任何日期选择器。)
它位于私有 CalendarUI.framework 中。存在第三方库,当然您也可以自己实现一个。
Yes
(Do you mean the Calendar app? I don't recall any date pickers in Notes app.)
It's in the private CalendarUI.framework. There exists 3rd-party libraries, and you could implement one yourself, of course.