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.

UIActionSheet deprecated on iOS8

I want to use UIActionSheet for iOS8 but it's deprecated and I don't know how to use the updated way …

ios objective-c ios8 deprecated uiactionsheet
How to add UIActionSheet button check mark?

I wonder how to add check mark to the right of actionSheet button the simplest way? Bellow is a screenshot …

ios objective-c uiactionsheet
Problems with Cancel Button and UIActionSheet

How do I determine if the cancel button was pressed on a UIActionSheet? My UIActionSheet is set up like this: …

iphone uiactionsheet
UIActionSheet is not showing separator on the last item on iOS 7 GM

It could be probably a bug on iOS7. But the last button is not separated from the previous one As …

iphone ios uikit uiactionsheet ios7
iPhone: detecting if a UIAlert/UIActionSheet are open

In my iOS application, I have a timer firing up, and when it fires, I need to be able to …

iphone uialertview uiactionsheet
UIActionSheet buttonIndex values faulty when using more than 6 custom buttons?

I have discovered a strange problem when using UIActionSheet on the iPhone (iOS 4.2). Consider this code: - (BOOL)application:(UIApplication *)…

iphone ios uiactionsheet
Bringing up a UIPickerview rather than keyboard input iOS

Basically I would like to have the user click in the text field and it bring up a populated pickerview …

ios ios5 uipickerview uikeyboard uiactionsheet
How to dismiss UIActionSheet with close button and avoid crash?

I have read on another post (how to dismiss action sheet) that I can use [actionSheet dismissWithClickedButtonIndex:0 animated:YES]; to …

objective-c xcode uipickerview uisegmentedcontrol uiactionsheet
UIDatePicker in UIActionSheet on iPad

In the iPhone version of my app, I have a UIDatePicker in a UIActionSheet. It appears correctly. I am now …

iphone ipad uidatepicker uiactionsheet
UIAlertAction with different color button text

I am trying to create an UIAlertAction that has black color text for the first button and blue for the …

ios swift uiactionsheet uialertaction