带 PopOver 控件的 iPad 按钮下拉菜单

发布于 2024-10-30 14:07:07 字数 322 浏览 1 评论 0原文

我正在开发一个 iPad 应用程序,并尝试在我的应用程序中实现一系列下拉列表。我有一个自定义按钮,它是 UITableViewController 上的一个单元格。因此,每当点击按钮时,它都应该显示用户可以选择的选项列表,并且应该将所选值设置为按钮的标题。我尝试在 iPad 上实现选择器视图,但不喜欢它。我还尝试实现操作表并弹出控制器,但未能得到结果。

在我提到的所有示例中,它显示了如何从工具栏或导航栏上的栏按钮项显示弹出窗口控制器,但我没有找到任何显示表视图上自定义按钮作为行之一的实现。

有人可以指导我吗?如果可能的话,示例代码或教程将会有很大帮助。

感谢您抽出宝贵的时间。

I am developing an iPad app and I am trying to implement a series of drop down lists in my app. I have a custom button that is a cell on the UITableViewController. So whenever the button is tapped, it should show a list of options that the user can select and it should set the selected value as button's title. I tried to implement picker view but didn't like it on the iPad. I also tried to implement action sheet and pop over controllers but failed to get the result.

Of all the examples I referred to, it shows how to display popover controllers from bar button item on toolbar or navigation bar but I didn't find any which shows me the implementation for the custom buttons on tableview as one of the rows.

Can someone please guide me on this. If possible a sample code or a tutorial will be of great help.

Thanks for all your time.

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

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

发布评论

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

评论(1

九厘米的零° 2024-11-06 14:07:07

我已将我的代码放在以下链接中。你可以参考一下。

设置 PopoverContentSize 时出现问题

I have placed my code in the following link. You can refer it.

problem in setting PopoverContentSize

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