Questions tagged [actionsheetpicker]
19 questions
120
votes
11 answers
Add UIPickerView & a Button in Action sheet - How?
My application requires following things to be added in an action sheet.
UIToolbar
Button on UIToolbar
UIPicker Control
I have included an image to understand my requirements.
Could you please explain, how this can be implemented?

sagarkothari
- 24,520
- 50
- 165
- 235
35
votes
8 answers
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 iOS8. I'm sure it is because UIActionSheet is deprecated in iOS8 and Apple recommends to use UIAlertController.
However, how to do it…

Gabriel.Massana
- 8,165
- 6
- 62
- 81
6
votes
4 answers
Accessing picture library in an ActionSheet style
I'm trying to create a profilePic in a Sign Up View Controller. The profilePic is of type UIImageView. I want to be able to tap it so it instantly pulls up a photo library in an ActionSheet Style. And to also have one of the image box a button to…

Martin Q
- 403
- 1
- 6
- 13
3
votes
4 answers
UIPickerView with a Done button in Ipad
I have faced one issue to display UIPickerView with a Done button in Ipad.
I done detailed researches though many links and blogs and got the suggestion as "display the UIPickerView from an UIActionSheet"
I saw many posts related this, however…

Shamsudheen TK
- 30,739
- 9
- 69
- 102
2
votes
1 answer
Drop down menu on UITextField?
In my current view I have 7 different text fields. 1 of them has a UIPicker as its input by doing : self.pickerTextField.inputView = _thePicker;
My problem is this: For now all the text fields look the same, I have tried changing their…

vzm
- 2,440
- 6
- 28
- 47
1
vote
1 answer
ActionSheetPicker Invalid target/action combination used for ActionSheetPicker'
Hi I'm trying to use ActionSheetPicker to let the user select a time for a reminder but I get the error described in the title. Here is my Code:
SelectTime(sender: validCell) // called when tapping a date
// Time Picker
func SelectTime(sender:…

CFRJ
- 157
- 1
- 12
1
vote
1 answer
Can not use Objective-c block in swift
I have decelerated this blocks in my objective-c code:
typedef void(^ActionStringDoneBlock)(ActionSheetStringPicker *picker, NSInteger selectedIndex, id selectedValue);
typedef void(^ActionStringCancelBlock)(ActionSheetStringPicker *picker);
I…

alireza yaghobi
- 25
- 4
1
vote
1 answer
BitBucket SourceTree Pod Update have thousands of pull request
I don't know if the title goes with the question but this is the first time I'm facing this problem and I don't know what has happened and there is no error so can't really tell what is the issue. So here is what I did:
I updated pods. As far as I…

Chaudhry Talha
- 7,231
- 11
- 67
- 116
1
vote
1 answer
Can't figure out how to use closure in Swift
I'm trying to use an ActionSheetStringPicker in my iOS Swift app. I can't figure out how to use the done block or the success action. Here is my code:
func pickerDone()
{
println("Here I am!")
}
override func touchesBegan(touches: NSSet,…

aranha
- 43
- 4
1
vote
4 answers
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
ActionSheetDatePicker *actionSheetPicker =…

snowflakes74
- 1,307
- 1
- 20
- 43
0
votes
0 answers
Trouble setting UIButton title of selected Action picker item, SWIFT
I am finding trouble to set title for button of action picker item.
ActionSheetMultipleStringPicker.show(withTitle: "Select Nationality", rows: [
nationalityArray], initialSelection: [selectedNationalityIdStr],
…

Deepthi Sareddy
- 11
- 4
0
votes
0 answers
In xamarin forms,for android using mvvm concept to display action sheet?
In xamarin forms, for android passed itemsource as bindable property of action sheet to rg plugin popup for displaying the values as popup .In itemsource,I got the values but it not displaying in popup.can anyone please help me to find out the…

DotNetUser
- 415
- 3
- 18
0
votes
1 answer
Convert array to string? in Swift
I am working with the ActionSheetPicker 3.0 (https://github.com/skywinder/ActionSheetPicker-3.0) picker and am having a newbie problem of working with the return values from the ActionSheetMultipleStringPicker. I've got the control running and can…

Jason
- 33
- 4
0
votes
1 answer
Xcode ActionSheetPicker linker command failed with exit code 1 (use -v to see invocation)
I am trying to add ActionSheetPicker manually to my project. And when add the folder I get linker command failed with exit code 1 (use -v to see invocation) error. After removing the ActionSheetPicker folders, my projects builds just fine. Help…

NotABot
- 516
- 1
- 8
- 27
0
votes
0 answers
ActionSheetStringPicker shows a page with white background
I have an application that uses ActionSheetStringPicker but when I call the ActionSheetStringPicker, the background of all my app is white. When I select a date, the picker disappears and the white background also disappears.
I'm using the…

nsanchez
- 132
- 2
- 12