I would like to create a PopoverController containing buttons, like this one:

enter image description here

I can create a UIViewController containing two buttons, but they won't be identical to those shown on screenshot above

How can I achieve this ?

Thanks

link|improve this question

75% accept rate
feedback

1 Answer

up vote 7 down vote accepted

That is a UIActionSheet.

On the iPad the UIActionSheet class presents itself as a popover view when given a particular rect to present from. Without the given rect, it will display in the centre of the screen similar to a UIAlertView.

link|improve this answer
Thanks, that's it ! – ingham Feb 17 '11 at 10:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.