Safari-style UIPopoverController from Toolbar
- by Koning Baard XIV
I'm creating an iPad application which needs a UIPopoverController like this one (I mean, with buttons):
I tried usng a UIViewController but it gives me an enormous popup with a white background.
Can anyone explain me how to make one? I cannot find any documentation or example code. Thanks.