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?
Asked
Active
Viewed 1,745 times
0

Alex Stone
- 46,408
- 55
- 231
- 407
-
4I 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 Answers
1
You dont need to add it in Popover view. UIActionSheet is normally wrapped inside Popover view in iPad

user2030502
- 36
- 1