Search code examples
iphoneiosipaduitabbaruipopover

PopOver in a UItabBar


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


Solution

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