To show a UIActionSheet on the iPad I did this:
[actionSheetX showFromRect:RectX inView:myView animated:YES];
The arrow of the popover points down, can I change this position to point left, up or right, like when using a normal popover?
To show a UIActionSheet on the iPad I did this:
[actionSheetX showFromRect:RectX inView:myView animated:YES];
The arrow of the popover points down, can I change this position to point left, up or right, like when using a normal popover?