Please file an enhancement request.
Luke
On Apr 13, 2010, at 12:12 AM, Mike Manzano wrote:
> Hello,
>
> Is there a way to get a UITabBarItem's frame? I'd like to implement a popover-like menu whose "arrow" points to a particular UITabBarItem (on the iPhone, not iPad). However, UITabBarItems are not views and have no frame property. I noticed in the iPad API that the equivalent UIPopoverController method accepts a UIBarItem as an argument, so I know getting the frame from the item must be possible. I hope it isn't a private API.
>
> Thanks,
>
> Mike