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

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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That is a
UIActionSheet.On the iPad the
UIActionSheetclass 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 aUIAlertView.