DaSilva
DaSilva

Reputation: 1358

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

Upvotes: 2

Views: 2901

Answers (1)

Sam
Sam

Reputation: 27354

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

Upvotes: 1

Related Questions