views:

27

answers:

0

To show an UIActionSheet on the iPad I did this

[actionSheetX showFromRect:RectX inView:myView animated:YES];

And the arrow of the popover is Down, can'I change this position to Left, Up, etc? Like when using a normal popover?

Thanks lbadias