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.
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 uiactionsheetI wonder how to add check mark to the right of actionSheet button the simplest way? Bellow is a screenshot …
ios objective-c uiactionsheetHow do I determine if the cancel button was pressed on a UIActionSheet? My UIActionSheet is set up like this: …
iphone uiactionsheetIt could be probably a bug on iOS7. But the last button is not separated from the previous one As …
iphone ios uikit uiactionsheet ios7In my iOS application, I have a timer firing up, and when it fires, I need to be able to …
iphone uialertview uiactionsheetI have discovered a strange problem when using UIActionSheet on the iPhone (iOS 4.2). Consider this code: - (BOOL)application:(UIApplication *)…
iphone ios uiactionsheetBasically I would like to have the user click in the text field and it bring up a populated pickerview …
ios ios5 uipickerview uikeyboard uiactionsheetI 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 uiactionsheetIn the iPhone version of my app, I have a UIDatePicker in a UIActionSheet. It appears correctly. I am now …
iphone ipad uidatepicker uiactionsheetI am trying to create an UIAlertAction that has black color text for the first button and blue for the …
ios swift uiactionsheet uialertaction