I\'m creating an iPad application which needs a UIPopoverController like this one (I mean, with buttons):
UIPopoverController
I tried using a UIViewController>
UIViewController>
You need -[UIActionSheet showFromBarButtonItem:animated:] instead of a UIPopoverController.