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.

How to present UIActionSheet iOS Swift?

How To Do UIActionSheet in iOS Swift? Here is my code for coding UIActionSheet. @IBAction func downloadSheet(sender: AnyObject) { let …

ios swift uiactionsheet
Creating UIActionSheet

I would like to create this kind of menu, of course with other menu buttons. Is there any default viewcontroller …

ios objective-c uiactionsheet
How to use UIAlertController to replace UIActionSheet?

I am maintaining an old iOS project which based on SDK 6.0. A method on this project called -(void) showComboBox:(…

ios objective-c uialertcontroller uiactionsheet
Change text color in UIActionSheet buttons

In my project, I am using UIActionSheet for displaying for some sorting type. I want to change the color of …

ios uiactionsheet
Change Text Color of Items in UIActionSheet - iOS 8

I had been using following code to change text color of items which I add in UIActionSheet.: - (void)willPresentActionSheet:(…

ios uiactionsheet ios8 uiactionsheetdelegate
Showing a UIPickerView with UIActionSheet in iOS8 not working

Showing a UIPickerView with UIActionSheet in iOS8 not working The code works in iOS7, however it is not working in …

ios uipickerview uiactionsheet uialertcontroller actionsheetpicker
Xcode : sharing content via Action Sheet

I would like to replicate this behaviour (see image below) and share contents from my app using this kind of …

ios objective-c iphone swift uiactionsheet
Adding Images to UIActionSheet buttons as in UIDocumentInteractionController

Is it possible to add an image to the buttons of the UIActionSheet as seen in UIDocumentInteractionController? If so, please …

iphone objective-c uiimage uiactionsheet uidocumentinteraction
How to change the background color of the UIAlertController?

Due to strange behavior of UIActionSheet in iOS 8, I have implemented UIAlertController with UIAction as buttons in it. I would …

ios objective-c uiactionsheet uialertcontroller
Presenting a view controller modally from an action sheet's delegate in iOS8 - iOS11

So I noticed that in iOS8 beta 3 (Update: still happens in iOS 11.2) on iPad, when attempting to present a view …

ios uikit uiactionsheet uialertcontroller