Question

I need to create a popover in a tabBar in the right side of it.

Like the:

 self.navigationItem.rightBarButtonItem

property in a navigationBar.

enter image description here

(Forget the other buttons, i just need one button.) Any idea of how doing this??

Thanks

Was it helpful?

Solution

If you want a popover to appear over a tabbaritem you could look at my answer here: UIPopoverController placement

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top