Scenario: I have a UITabBar on the top of my view controller. There are a few buttons on the tabbar. When the user taps on any of the button I want to display a popover just under the button that has been tapped.
I can display the pop over with no problem but I can't figure out how to detect the location of the button that has been pressed, since the UITabItem doesn't expose a frame structure.
How can I solve my problem?