iPhone:用户以类似于 HTML 选择的方式选择选项的最佳方式?

发布于 2024-10-11 18:03:08 字数 178 浏览 1 评论 0原文

我目前正在编写 iPhone 应用程序,我需要模拟 HTML 选择。

该应用程序是网络应用程序的一个端口,允许用户选择不同的测量单位。例如,用户可以选择“毫米”或“英寸”。这在 HTML 中很好而且简单,因为选择非常适合这项工作,但是我如何向 iPhone 应用程序的用户呈现这个选择,因为 UIKit 中没有选择这样的东西?

I'm currently coding an iPhone app and i need to simulate a HTML select.

The app is a port of a web application which allows the user to select different units of measurement. For example, a user can select 'Millimetres' or 'Inches'. This is nice and simple in HTML as a select is perfect for the job, but how do i present this choice to the user of an iPhone app as there is no such thing as a select in UIKit?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

女中豪杰 2024-10-18 18:03:08

最接近的选项(也是用于此类操作的标准选项)是 UIPickerView

如果您需要示例代码,请参阅上述链接文档标题中的“相关示例代码”部分。

在演示方面,您可以使用 UIActionSheet 来呈现 UIPickerView - 在 添加 UIPickerView &操作表中的按钮 - 如何操作?

The closest option (and the standard one used for such things) is a UIPickerView.

If you're after sample code, see the "Related sample code" section in the header of the above linked document.

In terms of presentation, you could use a UIActionSheet to present the UIPickerView - there's a good question/answer already for this at Add UIPickerView & a Button in Action sheet - How?

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