0

I'm remaking one of my iPhone apps that uses UIActionSheet into an iPad app and would like to add the action sheet within a UIPopoverController. I know this shouldn't be too difficult, but I'm very new to the whole popover design. Is there's an example I can take a look at?

Alex Stone
  • 46,408
  • 55
  • 231
  • 407
  • 4
    I don't think you need to combine the two: http://stackoverflow.com/questions/10744260/uipopover-how-do-i-make-a-popover-with-buttons-like-this – Mike D Mar 24 '13 at 18:20

1 Answers1

1

You dont need to add it in Popover view. UIActionSheet is normally wrapped inside Popover view in iPad