iPhone 中的组合框需要帮助

发布于 2024-11-10 11:31:54 字数 103 浏览 1 评论 0原文

请帮我使用 iPhone 创建下拉框。我尝试在 pickerview 中使用文本字段,但没有按照我的要求工作,您可以建议解决此问题的网址吗?数据应来自 xml 并作为 html 中的选择选项。

Please help me to create drop down box using iphone. I tried in pickerview with textfield but not worked as my requirement can u suggest the url for to solve this problem. The data should come from xml and as a select option in html.

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

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

发布评论

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

评论(1

无力看清 2024-11-17 11:31:54

最简单的方法是使用带有选项的 UITableView,在选择单元格时,该单元格的值返回到具有选择的任何控件。

例如,对于选择,您可以使用带有自定义图像的按钮,并使用presentModelViewController 显示表格。

当 TableView 显示并进行选择时,您可以存储所选值并使用 DismissModalViewController 关闭 tableView。

我遇到了同样的问题,Picker 不符合我的要求并使用了 tableView 解决方案。

The easiest way is to use a UITableView with the options, which upon selecting a cell, returns the value of that cell to whatever control that has the select.

For the select you can use a button with a custom image for example, and show a table using presentModelViewController.

When the TableView shows and a selection is made, you store the selected value and dismiss the tableView using dismissModalViewController.

I had the same problem where the Picker just did not fit my requirements and used the tableView solution.

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