带 PopOver 控件的 iPad 按钮下拉菜单
我正在开发一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已将我的代码放在以下链接中。你可以参考一下。
设置 PopoverContentSize 时出现问题
I have placed my code in the following link. You can refer it.
problem in setting PopoverContentSize