Tagged Questions
-2
votes
0answers
204 views
Custom view in UIActionSheet act strange in iOS 7 [closed]
Custom view in UIActionSheet on iOS 5 (Left, and iOS 6 is almost the same) and iOS 7(right):
I'm using ActionSheetPicker https://github.com/TimCinel/ActionSheetPicker
This class mainly displays ...
0
votes
2answers
30 views
UIPickerView subviews
I want to get all the subviews of UIPickerview. I have tried :
UIPickerView *pc=[[UIPickerView alloc]init];
pc.frame=CGRectMake(0, 0, 320, 130);
pc.delegate=self;
pc.dataSource=self;
[self.view ...
0
votes
1answer
46 views
issue in picker view inside popover
I am making application in Ipad i have taken one pickerviewController in Xib and i show it when user click on particular button now i am trying to put that picker view in popover
this is how i am ...
0
votes
0answers
74 views
UIPickerView selectRow won't select last row during initialization
I have found similar questions here and here. I have tried the answers to these and other questions found on stackoverflow and Apple's developer forums, with no luck.
I created a fresh project to ...
0
votes
5answers
44 views
How to deleselect a row from UIPickerview
Hi I am using picker view, by default it is selecting the first row. I don't want this option. For example I am having "No" and "yes" options.If i give this option in pickerview "No " will be selected ...
1
vote
2answers
34 views
Implementing Custom time UIPickerView Popup issue IOS
Edit: forgot to assign delegate, works now.
self.timePickerView.delegate = self;
self.timePickerView.dataSource = self;
Ok so I had this working with a UIDatePicker and it worked fine, ...
0
votes
2answers
37 views
Storing the wrong image filepath in Sqlite database. Objective C, iOS
I have a sqlite database in which I can store images and data and then display it in a ViewController to edit.
I don't have a problem with storing the path in my database.
I am having some trouble ...
0
votes
1answer
38 views
JSON Parsing with dynamic Data
Hey Everyone,
My problem is,I want to parse this string using JSON
http://rate-exchange.appspot.com/currency?from=USD&to=EUR
but this is static that is it would convert from USD to EUR but what I ...
0
votes
1answer
31 views
UIPickerView Runtime Error Unrecognized selector sent to instance
I am trying to put a UIPickerView inside of a Popover view in the navigation bar of my application. When I tap the button that will open the popover I get the following error:
-[PopoverView ...
0
votes
1answer
37 views
How to load a picker view by a for loop?
I want load my picker by a for loop.From 1 to 999.I loaded manually.
My code is here.How I use a "for loop" for load automaticaly. Thanks
- (void)numberWasSelected:(NSNumber *)selectedIndex ...
0
votes
1answer
21 views
UIPickerView is not being dragged onto header file
I keep trying to use CTRL-Drag from the uipickerview to the ViewController.h but its not creating the object definition in the header file. What do I do?
0
votes
1answer
28 views
How to make use of multiple picker views?
How to you write an app with multiple pickers and the components that come with it to be specific for each picker. I've seen code but I don't know how to tailor it to be the certain id for that picker ...
0
votes
1answer
21 views
disable CPPickerView not working
I'm making an iPhone/iPad app where I have PickerView. For PickerView, I am using CPPickerView.
I'm trying to disable this pickerview and to do that, I wrote this code:
[realEstatePV ...
-4
votes
0answers
20 views
Picker or ScrollPicker Custom [closed]
Good afternoon for everyone,
I need to use some kind of picker, but I can't customize the default UIPickerView to accomplish this. Does anyone have an idea or tools capable to do this?
I can do this ...
1
vote
3answers
60 views
Change UiPickerView values according to user's input
I want to do somenthing with the UIPickerView but I simple can't see how I can solve this problem...
This example is similar to what I want, and easily understandable. I have two simple pickers, ...
0
votes
0answers
44 views
reloadAllComponents in didSelectRowAtIndexPath with two ViewControllers
I have some troubles with with a UITableView and a UIPickerView. I've created a UITableView with some units. If I click at a cell, I want to display a UIPickerView with certain content in another ...
0
votes
0answers
9 views
Multicomponent UIPickerView with “sticky” components
I just want to implement a 3 components UIPickerView in IOS, where the 3 wheels (components) spin as one (and not independently, as default).
Is there a simple way to do this?
Thanks
0
votes
1answer
84 views
-[PickerViewController superview]: unrecognized selector sent to instance & TableView ->ViewController w/ Picker View
I am a novice ios programmer having some trouble push segueing from a custom UITableViewController scene to a custom UIViewController scene which contains a Picker View and implements the @required ...
3
votes
2answers
131 views
Custom UIPickerView with three Components each showing label on Selection Indicator
In my app I am trying to make an custom UIPickerView which contains three components(days, hours and minutes). I have already made the custom picker with three components. And Now I am stuck at how I ...
0
votes
1answer
48 views
How to scroll multiple component together in UIPickerView?
I have a problem related to scrolling multiple components of UIPickerView.
I created uipickerview with two components but when i scroll one of them, other also scroll but after part of second.
Code : ...
0
votes
2answers
71 views
Pickerview value on uitabelview cell
In my application i have implement the functionality as follows,Tabelview cell contains two button on click it shows the picker view,When i select picker value its not reflecting on uitabelview ...
1
vote
1answer
143 views
UIPickerView depending on UITableView
I don't have much experience in programming, so here is my question:
I'm trying to write a converter app. At the end, you can enter a number. Then I have a two component UIPickerView. With the first ...
1
vote
1answer
73 views
Protect class from UIAppearance
I have a UIPickerView in a view inside a subclass of UINavigationController. I have a UIAppearance proxy that I want to apply to many views contained in the UINavigationController subclass, but I ...
0
votes
1answer
25 views
UIPickerView delegate method titleForRow not executing correctly?
Guys i am facing an issue while implementing delegate method for UIPickerview. Description of the problem is, i want to have 3 components in pickerview and each component having different number of ...
0
votes
0answers
48 views
UIPickerView have no selected row background
My picker view have no blue background on selected rows in the components. I'm initializing it absolutely normally, yet still have some strange bug. iOS 6.1.4, iPhone 5!
-1
votes
0answers
26 views
Change UIPickerViews animationspeed when changing rows programatically
I have an UIPickerView which I am letting change its row every .1 second (I want to make a Slot Machine like Spinning effect).
The problem is that the UIPickerView changes it rows too "slowly", what ...
1
vote
1answer
52 views
Reused view in UIPickerVIew viewForRow: loses its subviews?
I'm attempting to re-use a view with subviews in a UIPickerView:
- (UIView *)pickerView:(UIPickerView *)pickerView
viewForRow:(NSInteger)row
forComponent:(NSInteger)component
...
0
votes
1answer
37 views
Text visual appearance in UIPickerView
I have a question about iOS UI customization. I found the built-in picker view has a glass-like cover and the label under the cover has slightly appearance (text with a little inner shadow? such as ...
0
votes
1answer
58 views
Show MapView Annotations for Selected Radius
I have a map view with several annotations on it. I have a settings button on my navigation bar that takes the user to a picker view that lets them show all the annotations or select a radius of 5, ...
-1
votes
1answer
38 views
Multiple pickerview on uitableview [closed]
How can I add multiple pickerview and textfields inside UITableview , and use the different methods for managing pikerviews ?
0
votes
0answers
50 views
The scroll picker's locked height is huge! Smaller drop down list possibilities?
I am writing an app in which I'd like a user to pick from about 25 choices, but each choice is only about 4 letters long. I would like to use the built in scrolling wheel, but the dimensions are just ...
0
votes
0answers
129 views
UIPickerView Selected Row Label Color
I've made a custom UIPickerView but I'd like the UILabel to change color when scrolled into the selected row like this;
Any ideas?
Edit:
What I'd like to do is change the color of the UILabel ...
0
votes
1answer
57 views
UIPickerView not showing data correctly (Only Show “?”)
Forgive me if this question has been discussed previously.
I have a problem displaying data in UIPickerView, it just display question mark "?".
header file.h
#import <UIKit/UIKit.h>
@interface ...
3
votes
2answers
82 views
display pickerview along with action sheet
I have a textfield. once I tap on that I want a UIPickerView to pop out and select an item from the UIPickerView and after once I am done with the selection I want to confirm the selection by tapping ...
0
votes
1answer
36 views
how to change elements on UIpickerView pushing a button or pushing another button
I have an application, that in the main view, have 3 buttons, and the 2 firts buttons have to show an UIPickerView for a selection of event (one of them) and a selection of time (the second).
...
0
votes
1answer
36 views
How to make two custom tableviews that works like a 2 rows uipickerview
I created a uiscrollview and add a uitableview as subview. I use this class to create two scrollivew each has added a tableview inside it. I want these 2 tableview works like uipickerview which has 2 ...
1
vote
2answers
28 views
Dependant uipicker view
I have several UIPickerView's on the same view. When I select one item in the first UIPickerView, I want to load data to the other UIPickerView's depending on the selected item.
Example: When I ...
0
votes
0answers
35 views
remove recurrenceRule of ekreminder with picker view
I thank you in advance. I'm really looking forward to your help.,
I am trying to handle recurrence rule of a EKReminder with a UIPickerView.
Everything works fine except removing the rule.
My ...
1
vote
2answers
51 views
How do I call the delegate of the pickerview when viewDidAppear?
I need the last selected row in my pickerview to be totally recalled when the view appears! I have this code in my viewDidAppear it animates to the last selected row but it doesn't really call the ...
0
votes
1answer
44 views
Get value from detailTextLabel after PickerInputViewCell
I have a Custom cell that shows a pickerView when you select a row.
Then you change the value and put it on detailTextLabel.
But this method get the value before it changes.
//Custom Cell
...
0
votes
1answer
74 views
Load data in UIPickerView before it appears
I am using a UIPickerView in a viewcontroller that is in a modal view(if that's what it's called).
I've read everywhere that [picker reloadAllComponents]; in viewDidLoad should do the trick, but it ...
0
votes
2answers
77 views
UIPickerView data fron NSDictionary
I have date from web service like this:
{
"idlife_stage_question" = 43;//..basically this should be key
"life_stage_idlife_stage" = 1;
"profile_idprofile" = 0;
...
0
votes
1answer
44 views
Determine PickerView Value After IBAction is pressed
I have an iOS UiPicker working with my desired values and can detect when a new option is selected with the following code:
- (void)pickerView:(UIPickerView *)pickerView didSelectRow:(NSInteger)row ...
0
votes
2answers
55 views
how to stop UIPickerView reusability
I'm working on a custom PickerView, i have a two components in the picker (hours, minutes), i have made the "0" in the minutes component gray and not selectable, everything works fine except that the ...
0
votes
3answers
86 views
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[Home isEqualToString:]
I am fetching data from a web service:
//temp1 is NSDictionary
//responseArr1 is NSMutableArray
for(temp1 in responseArr1).......,
{
quesTxt = [[temp1 objectForKey:@"question_text"] ...
1
vote
1answer
155 views
UIPicker displaying ? instead of text
I'm still new to iOS coding but am trying to get my UIPicker to display the options I want, and then be able to take the option selected and do something with it. But rather than having the picker ...
0
votes
1answer
70 views
ios: UIPickerView lldb error when I try to scroll
I have a view that needs to wait until data is retrieved from a web-service then update a UI picker view. While I am waiting for the response if the user scrolls the picker view the app crashes and I ...
0
votes
2answers
41 views
How would I make a three columned pickerview where a selection in column 1, updates the entries in column 2 and so on
I am trying to make a poker pickerview where there is three columns.
In each column I have the standard list of cards, each card representing a row.
If i select 'ace of hearts' in the far left column, ...
3
votes
2answers
366 views
UIPickerView crashes when scrolling 2 components together
Actually, I asked a same question before, but I have not found a way to fix it yet, so here I comes again.
My situation:
I have a UIPickerView with 2 related components, and the number and content ...
1
vote
1answer
394 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 ...






