UIDatePicker 真的是选择日期的最佳 iPhone UI 机制吗?

发布于 2024-09-02 01:02:21 字数 290 浏览 1 评论 0原文

我正在深入研究 iPhone/iPad 开发,并试图找到一种允许用户选择日期的优雅机制。在我看来,日历控件是最好的选择,但我在 SDK 的任何地方都没有看到日历控件。我所看到的只是这个夸张的、看起来价格合理的 DatePicker 控件。

  1. 这是 UIKit 附带的唯一允许用户选择日期的控件吗?
  2. 日历应用程序使用的日历控件怎么样?

另外,我应该指出,我真的试图避免使用很少或没有文档的第三方代码框架,因为我对所有这些都是新手,并且此时必须有足够的关于如何使用它的文档。预先非常感谢您的智慧!

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 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

山田美奈子 2024-09-09 01:02:21

这是 UIKit 中唯一允许用户选择日期的控件吗?

是的

Notes 应用程序使用的日历怎么样?

(您是指日历应用程序吗?我不记得 Notes 应用程序中有任何日期选择器。)

它位于私有 CalendarUI.framework 中。存在第三方库,当然您也可以自己实现一个。

Is this the only control that comes with UIKit for allowing the user to select dates?

Yes

What about the calendar that the Notes app uses?

(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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文