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.
Is it possible to create an ActionSheet that have a label between two buttons like this image?
objective-c uiactionsheetcurrently i'm running into big trouble with my ActionSheet. On iPhone it works great, but on iPad it only crashes …
iphone ipad swift uiactionsheetI have working iOS application In order to support iOS8, I am replacing UIAlertView/UIActionSheet with UIAlertController. Problem : For display …
objective-c uialertview ios8 uiactionsheet uialertcontrollerI am adding UIPickerView to UIActionsheet but its working perfectally in ios 7 but not working in ios 8. Please help me …
ios iphone uipickerview uiactionsheet ios8Apple recommends dismissing any UIAlertViews/UIActionSheets when entering background state in iOS 4. This is to avoid any confusion on the …
ios ios4 background uialertview uiactionsheetI'm using ActionSheet in my application. On my iPhone it works, but it doesn't on the iPad simulator. this is …
ios ipad swift uiactionsheetI have an array of strings that I want to use for button titles on a UIActionSheet. Unfortunately, the otherButtonTitles: …
ios iphone uialertview uiactionsheetI'm starting a new app, and I'd like to know how to require a password to open it. I was …
ios xcode iphone-sdk-3.0 password-protection uiactionsheetApple's documentation for the UIActionSheet is causing me confusion. First off, in the iPad Human Interface Guidelines, it says : To …
objective-c ipad uialertview uipopovercontroller uiactionsheetI have a UIBarButtonItem opening an action sheet to offer users choices about what to do. Everything works as expected …
ios objective-c iphone cocoa-touch uiactionsheet