Safari-style UIPopoverController from Toolbar
Posted
by Koning Baard XIV
on Stack Overflow
See other posts from Stack Overflow
or by Koning Baard XIV
Published on 2010-04-05T14:58:52Z
Indexed on
2010/04/05
15:03 UTC
Read the original article
Hit count: 611
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.
© Stack Overflow or respective owner