UItabBar 中的 PopOver
我需要在其右侧的 tabBar 中创建一个弹出窗口。
: 属性一样
self.navigationItem.rightBarButtonItem
就像导航栏中的
。
(忘记其他按钮,我只需要一个按钮。) 知道怎么做吗?
谢谢
I need to create a popover in a tabBar in the right side of it.
Like the:
self.navigationItem.rightBarButtonItem
property in a navigationBar.
(Forget the other buttons, i just need one button.)
Any idea of how doing this??
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您希望弹出窗口出现在选项卡项上,您可以在此处查看我的答案:UIPopoverController 放置
If you want a popover to appear over a tabbaritem you could look at my answer here: UIPopoverController placement