显示向下滑动(如 iPad 拆分视图)
我很好奇如何从 UIBarButtonItem 实现下拉菜单,就像在 iPad 的分割视图上的纵向方向一样。这是怎么做到的?我本来会尝试自己寻找它,但我真的不知道我应该寻找什么。
提前致谢!
I'm curious about how to implement a drop down menu from a UIBarButtonItem like in the portrait orientation on iPad's split view. How is this done? I would have tried searching for it myself, but I don't really know exactly what I should be searching for.
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
创建一个新的 UIView 类(这将是弹出窗口中显示的视图)
然后在该类的 .h 中,如果您想
在 barbuttonitem 单击操作下的 .m 中打开此弹出窗口,请添加此内容
Make a new UIView class(this will be the view that will be shown in the popover)
Then in the .h of the class were you want to open this popover
in the .m under the barbuttonitem click action add this