Top "Uiactionsheet" questions

UIActionSheet and UIActionSheetDelegate is deprecated in iOS 8. To create and manage action sheets in iOS 8 and later, instead use UIAlertController with a preferredStyle of UIAlertControllerStyleActionSheet.

Change the color of cancel button in UIAlertController with preferredStyle: .ActionSheet

Is it possible to change the color of cancel button to red , i know we can by using Destructive style …

swift uiactionsheet uialertcontroller
Is there any way to change the title font size in a UIActionSheet?

The font is very small and hard for some to read so I'd like to make it closer to the …

iphone font-size uiactionsheet
iOS 8 UIActionSheet ignores view controller supportedInterfaceOrientations and shouldAutorotate

I have an application that is configured via the plist file to support portrait, landscape left, and landscape right orientations (…

ios rotation orientation ios8 uiactionsheet
Is it possible to edit UIAlertAction title font size and style?

Now that iOS8 deprecated UIActionsheet and UIAlertview the customization working on iOS7 is not taking effect anymore. So far the …

ios objective-c ios8 uialertview uiactionsheet
openURL not opening Safari

I am trying to use an action sheet to open safari with a link. The variable is set correct and …

ios safari uiactionsheet openurl
Invalid context error on iOS 7 when adding a UIPickerView inside a UIActionSheet?

I have an UIPickerView inside an UIActionSheet and have done that in a way suggested by many others here at …

iphone ios ios7 uipickerview uiactionsheet
UIActionSheet cancel button not dismissing actionsheet

I have an UIActionSheet and I am specifying the cancel button however it does not dismiss when its tapped? UIActionSheet *…

iphone ios uiactionsheet
How to add a button to an existing UIActionSheet?

I have this code: UIActionSheet *actionSheet = [[[UIActionSheet alloc] initWithTitle:@"Illustrations" delegate:self cancelButtonTitle:@"Cancel" destructiveButtonTitle:nil otherButtonTitles: @"ABC", @"XYZ", nil] …

dynamic button uiactionsheet
In iOS 7, how do I change the color of the options in my UIActionSheet?

I use green as the "action color" throughout my app, and I want the options in my UIActionSheets to be …

ios objective-c ios7 uiactionsheet
UIActionSheet Change arrow position?

To show a UIActionSheet on the iPad I did this: [actionSheetX showFromRect:RectX inView:myView animated:YES]; The arrow of …

ipad uikit uiactionsheet