I would like to show a popover when the user clicks on a UIBarButtonItem
. To make a popover work on an iPhone, I have searched and found WEPopover
Edited : Sorry, my question was confusing. I was trying to draw something similar to the iPad popover, but in an iPhone. I was asking if there is an alternative to it, such as adding a UIView over the other views or a new component from the iPhone SDK.
Thanks.