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 display only time in UIDatePicker iphone

In my app i am displaying a UIDateTimePicker in action sheet through code. it is working fine. But i don't …

iphone objective-c uiactionsheet
Change Action sheet popover arrow in iOS8

i'm using UIAlertController . But on iPad with iOS 8, actionSheet show with popover arrow. Any ideas to hide that arrow? Here …

ipad ios8 uipopovercontroller uiactionsheet uialertcontroller
Android equivalence of iOS ActionSheet

What is the Android equivalence of the UIActionSheet in the iOS SDK? I am working on a React-Native project and …

android ios react-native native uiactionsheet
How to make a uiactionsheet dismiss when you tap outside eg above it?

How do i make a uiactionsheet dismiss when you tap outside eg above it? This is for iPhone. Apparently the …

iphone objective-c uiactionsheet
Action sheet doesn't show Cancel button on iPad

On the iphone, this code shows the cancel button: - (IBAction)buttonPressed { UIActionSheet *actionSheet = [[UIActionSheet alloc] initWithTitle:@"Are you sure?" …

iphone ipad uiactionsheet
UIActionSheet on iPad is not showing cancel button

I am trying to show cancel button in UIActionSheet but it's not showing, is that an acceptable behavior? please advice. …

objective-c ipad ios4 uiactionsheet
UIPopover How do I make a popover with buttons like this?

I'm wondering how I can create a popover with buttons like this. ANSWER: UIActionSheet * actionSheet = [[UIActionSheet alloc] initWithTitle: nil delegate: …

ios ipad uipopovercontroller uiactionsheet uialertcontroller
Android Action sheet

In iPhone, there is the concept of Action Sheet. I want to use the same functionality on a button click …

android uiactionsheet
How to add UIDatePicker in UIAlertController in iOS8?

I am working on a project which I had already released with iOS-7. But now as the action sheet is …

ios uidatepicker uiactionsheet uipicker uialertcontroller
How do I make a UIPickerView in a UIActionSheet

Just want to know how I would make a UIPickerView in a UIActionSheet with a simple array. Ok well I …

iphone cocoa-touch uipickerview uiactionsheet uipickerviewcontroller