The UIActionSheet class of the Apple iOS can be used to present to user a modal view with a descriptive text and some buttons the user can choose from. An action sheet displays a set of choices related to a task the user initiates.
1
vote
1answer
33 views
Can I pull up a UIActionSheet with a touchable background?
I have a UIPickerView on a UIActionSheet. Right now the UIActionSheet makes the view behind the UIActionSheet not touchable. Is there a way that I can make it touchable? Or is that just how a ...
0
votes
2answers
27 views
UIAlertView not firing, after UIActionSheet is displayed
I have been searching high and low for the answer to my issue. You see I have a UIActionSheet and I am firing it off when the user tries to press a button that they aren't supposed to: it works great, ...
0
votes
1answer
6 views
How to refresh UITableView (or any UIView) after UIActionSheet action
I spent hours tackling this, tried different solutions online but to no avail.
Regardless of using
[tableview reloadData]
[tableview setNeedsDisplay]
viewDidLoad
etc...
Things weren't being ...
0
votes
1answer
16 views
UIActionSheet - “init” changes button style
Why does the button style on a UIActionSheet for the "cancel" button change when I add "Init" after allocating and initializing it once?
If I use this code it shows up properly:
UIActionSheet ...
1
vote
3answers
83 views
Display UITableView like UIActionsheet style?
I have been trying to display UITableView like UIActionsheet showFromRect: style. Is there any way to do it programatically or Do I need to use image for that.
Please check the below image...
0
votes
1answer
57 views
Strange color in UIActionSheet
Today I added one UIActionSheet to my project and it displayed very strangely:
As you can see, the action sheet displays only text - no buttons - and the background is completely black. I just want ...
0
votes
1answer
21 views
How to show buttons horizontally in uipopoverviewcontroller
I want to create a popoverviewcontroller with 3 buttons only(Add, Delete, Edit). It should show horizantally.
I used Action sheet but its showing vertically. How to achieve this?
Thanks
--J
-3
votes
1answer
46 views
Changing string with uiactionsheet iOS app [closed]
I have rss parser in my iOS app and I need add actionsheet, where will be categories and when I click to some of them, I need to change url string to another one and parse another feed, which is for ...
1
vote
1answer
50 views
MonoTouch - Add UIActionSheet to Top Navigation Bar of my ViewController
I've got the following UIActionSheet.
How do I add it to my top navigation bar?
Preferably as the far right button.
var sheet = new UIActionSheet ("");
sheet.AddButton ("Discard ...
0
votes
1answer
65 views
Ios UIActionSheet gives warning while dismissing
I'm using a UIActionSHeet to select from multiple sharing options (facebook, twitter, mail)
But after I select the option I get this warning
Warning: Attempt to dismiss from view controller ...
0
votes
0answers
24 views
ActionSheet is resetting my button layout on iPhone app
I have created an app which lets you move an image around on someones face. The image is a button handled by the following gestures:
- (IBAction)handlePinch:(UIPinchGestureRecognizer *)recognizer {
...
0
votes
1answer
45 views
Creating model effect to new view using Storyboard with a UIActionSheet
I'm updating an app with more options when they click the add button. Before, when they clicked it, a certain screen came up with a model transition. This I could easily do from the .storyboard file, ...
1
vote
0answers
44 views
I think I found an important bug with UIActionSheet, did I?
=== the code ===
UIActionSheet* as = // UIActionSheet alloc one
[as addButtonWithTitle:@"Button1"];
[as addButtonWithTitle:@"Button2"];
[as addButtonWithTitle:@"Button3"]; // this button will be set ...
-1
votes
1answer
40 views
Add UIActionsheet into UIAlertView
How can i add uiactionsheet into uialertview ???
I am also add tableview into alertview and also want to add actionsheet which having four buttons
when i wrote these code its gives error
UIAlertView ...
0
votes
2answers
67 views
Change Text color in UIActionSheet Buttons
In My project i am using UIActionSheet for displaying for some sorting type. I want to change the change the Text Color of text displaying in the Action Sheet Buttons. How can we change the text ...
0
votes
1answer
34 views
UIActionSheet's delegate released before user input
I thinks it's best explained if I write what's happening in order:
1) object_1 creates object_2 like:
- (void)tableView:(UITableView *)tableView accessoryButtonTappedForRowWithIndexPath:(NSIndexPath ...
0
votes
1answer
52 views
Place Cancel button in UIActionSheet at the bottom
In UIActionSheet i have a uitableview and cancel button. By default cancel button appears at the top. I want to make it appear at the bottom after tableview. How do i do that?
0
votes
2answers
29 views
Error with action:@selector in app
I'm creating an app were users should be able to report posts. I want an actionsheet when the user press the report button.
This is my code:
[self.avatarImageView.profileButton addTarget:self ...
1
vote
1answer
158 views
Adding UIPickerView to UIActionSheet (buttons at the bottom)
I want to
show a picker view (sliding up)
deactivate the background while it's visible
show (UIActionSheet) buttons at the bottom (not at the top)
It seems to me an easy solution at first since ...
-2
votes
0answers
45 views
UIActionSheet with Progress View in it [closed]
I want to add a UIProgressView on UIActionSheet. But I am unable to figure out how to achieve it. Below is the picture of what I want to achieve.
0
votes
4answers
79 views
How to listen action on iOS generated action sheet
In my application there is UITextView containing an email address. When I touch and hold on email address, then an action sheet pops up with following buttons on it:
"New message"
"Add to contact"
...
0
votes
1answer
149 views
Remove an item from a UICollectionView
I have a set of images showing in a UICollectionView. When the user taps on an image, it spawns a UIActionSheet with a few options for that image. One of them id removing the photo from the ...
0
votes
1answer
56 views
How to set bounds of actionSheet imageView?
I need to change the bounds of imageView property on ActionSheet,
<!-- language: lang-c -->
#pragma UIActionSheetDelegate Methods
- (void)willPresentActionSheet:(UIActionSheet ...
2
votes
1answer
78 views
Add Checkmark To UIActionSheet Button Similar To Airplay Action Sheet
I am trying to figure out how to add a checkmark to the right side of a button in a UIActionSheet.
I would like to mimic the checkmark in the AirPlay action sheet. From what I've been reading, ...
0
votes
3answers
89 views
Date and Time in UIActionsheet Picker
Hi I have a requirement where I need to show date and time in uiactionsheet on an iPad only app.
My google /sof search lead me to the following resource https://github.com/TimCinel/ActionSheetPicker
...
0
votes
0answers
26 views
How to use UIBarButtonSystemItemAction in a pdf view to show an option to open it on another PDF reader
I am working on a app in which we show the pdf files in split view, in the main toolbar we are showing different option, like print this pdf, thumbmark etc, now I want to display an ...
0
votes
1answer
41 views
UIActionsheet location changes from landscape to protrait mode
I have a tableview where long press on a row triggers actionsheet - options. The action sheet is displayed properly in landscape/portrait mode when I press anywhere on the row (think iPad screen). But ...
0
votes
2answers
43 views
Displaying 2 columns in UIActionSheet
Is something like this possible? How?
Image made with some simple Photoshop.
1
vote
0answers
71 views
UIActionSheet centralisation on rotation
A number of others have asked this question, but it's never been answered. The problem seems trivial and yet it hasn't been addressed in Apple's documentation or elsewhere.
I'm presenting my ...
2
votes
1answer
45 views
UIModalViewController Hidden behind a UIViewController
I am working with a sliding menu, like you would see in the Facebook or Path app.
In the rear menu I am wanting to allow the user to add an image by using the camera or photo library.
The issue I am ...
0
votes
1answer
38 views
UIActionSheet fifth button doesn't work
I have a UIActionSheet in a universal app that contains 5 buttons. The problem is, you can't press the last (fifth button). I tried removing the destructive button (which made six), but the fifth ...
0
votes
1answer
48 views
Prevent UIActionSheet from dismissing on ipad
I have a universal app that uses a UIActionSheet. The selection is mandatory, which works fine on the iphone, but on iPad it is presented as a popover, so tapping outside of it dismisses it, which I ...
0
votes
0answers
58 views
Xcode4.3 UIActionSheet causing error message
The app works perfectly fine when testing but next to delegate:self I get...
Sending 'ViewController *const __strong' to parameter of incompatible
type 'id< UIActionSheetDelegate>'
Any ...
0
votes
1answer
87 views
UIActionSheet showing up twice
I am creating an UIActionSheet inside a function quizEnded.
One of the buttons sends the user into Game Center. When they return from game center quizended is called again inside of viewdidappear. ...
0
votes
2answers
164 views
Custom background for UIActionSheet in a UIPopoverController on iPad
What I'm basically doing is presenting a UIActionSheet using showFromBarButtonItem from a UIBarButtonItem in a UINavigationBar in an iPad app. What this does is present the UIActionSheet in a popover, ...
0
votes
1answer
158 views
iOS iPad how to create a UIPopoverController with UIActionSheet? [duplicate]
I'm remaking one of my iPhone apps that uses UIActionSheet into an iPad app and would like to add the action sheet within a UIPopoverController. I know this shouldn't be too difficult, but I'm very ...
2
votes
1answer
47 views
Usernotes in ios
I want to create a user note form in my application,currently am using one textview inside a view its looking bad !! is there any other control suits for this purpose? Main aim is when user click the ...
0
votes
1answer
65 views
How to customize an actionSheet for social sharing to get one like as if i did with an activityViewController
I'm working with iOS 5.1. I'm using Action Sheet to do the social sharing functionality.
Is there a method to customize it to get something like in ios 6 like in this photo's link?
0
votes
4answers
61 views
How to get answer from UISwitch which is in UIactionsheet
I am implementing Uiswitch inside my uiactionsheet , i've successfully placed it where i wanted to , but couldnt get the way to USE it. here's is my code:
switchButton = [[UISwitch alloc] init];
...
0
votes
2answers
71 views
Why do I get this error when trying to use presentViewController?
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-[UITableViewController loadView] loaded the "2Pv-MD-gdY-view-bDF-TR-G6E" nib but didn't get a UITableView.'
...
0
votes
2answers
97 views
If I bring up a UIActionSheet, how do I make one of the options segue to a new view?
I really have no idea how to do this. I created the UIActionSheet, it comes up when I tap a button, but I want, upon a certain option being selected for the app to segue to a new view controller.
0
votes
0answers
58 views
UIActionSheet for a screen print in Xcode
In my app i have got a button wich takes a screenshot of a particular area and then i want the UIActionSheet to share it on Twitter, Facebook etc.
The code for the screenshot is working perfectly ...
0
votes
4answers
72 views
UIPickerview not appearing at correct postion
Sorry for asking such a stupid question but I dont know why my UIPickerView with done button is not appearing at the correct place. I am using the following code but I dont know why I am getting such ...
0
votes
2answers
206 views
ios : sms message composer not showing
I have a UITableViewController presenting a list of contacts, when the user selects a row, it'll show a UIActionSheet to ask the user an action (call, send sms...).
The user selects an action, and ...
0
votes
1answer
30 views
play , pause , stop music with UIActionSheet
I am Newbie to Xcode and I need some experience from who mastered xcode .
I Am trying to play , pause , stop Music with an UIActionSheet but when I click in Pause and Stop button they don't stop or ...
0
votes
1answer
74 views
How to get Imageview Tag in imagePickerController to Update the correct ImageView
I have 6 Imageviews set with tags. In one tap on the imageview, i call the UIActionSheet to show button "Take Pic" & "select Pic". All this works fine.
in the imagePickerController where i finally ...
0
votes
1answer
107 views
How does UIActionSheet showInView method insert its view?
Im trying to implement my own CustomUIActionSheet.
I have it almost working, but I have no idea how does the showInView method works.
(void)showInView:(UIView *)view
giving a view, this method ...
0
votes
0answers
114 views
UIWebview callout Actionsheet : Open action throughs EXC_BAD_ACCESS & crash
On iOS 6.0 & 6.1 I noticed that -webkit-touch-callout:none; doesn't help me in disabling the callout action sheet on tap-hold event on links loaded in UIWebview with PDF.
Further, I noticed this ...
0
votes
0answers
74 views
How to Avoid the Blank Cell in Grid View?
Hi Friend i am adding images to my App.and I am showing Images in Grid View. i put my inset button navigation bar.when Clicking insert Button its show Options Add Image Gallery,Camera and Cancel ...
0
votes
0answers
92 views
UIWebview Hold Link/ addGestureRecognizer / UIActionSheet
I need to open new link in UIWebview when user hold the link (UIActionsheet will pop up). I don't know how to add "Open in new tab". I can manually write to open in new tab already.
I ...






