0
votes
1answer
11 views
Can we enable looping of rows in a UIPickerView as we do it in UIDatePicker?
I am developing an App where i am struck with the looping of rows in a UIPickerView. Can anyone please help me? it would be of great help if anyone would post the solution. I want …
0
votes
1answer
25 views
iPhone UIPickerView, insert a space between two components?
Hi
I have been building a UIPickerView with 2 components(wheels) and was wondering if there is a way to space them out a bit, horizontally?
I haven't been able to find anything …
0
votes
1answer
24 views
Not getting the selected value from a PickerView
Im doing an Iphone app with a UIPickerView. The picker view has two columns that contains NSStrings.
I have a button that generates a NSString containing the selected value of both …
0
votes
2answers
28 views
UIPicker to open to a UIView
I have a UIPicker that is holding titles. I would like it to when a row is tapped to open to a .xib view/ UIView and have a small textview in it. Is this possable?? If so please he …
1
vote
1answer
29 views
HighLight Selection and Autoscroll up/down when using custom view in UIPickecrView
I have used CustomView.h and CustomView.m from UICatalog sample into my PickerView. But row is not selected/highlighted and scrolled up/down automatically. While the same is happen …
1
vote
2answers
15 views
Wrap PickerView?
Is there a way to wrap the fields in a picker view so it more closely resembles what it is simulating. Once I get to the last value I want to see the first value below it. This p …
0
votes
1answer
40 views
UIPickerView - event fired when row is highlighted
What I would like to do is this:
A UIPickerView is shown. If the user touches the selected row, the row is locked (it is a multi-component picker) and the other components are fr …
0
votes
1answer
16 views
Scrolling animation on UIPickerView
Hi,
I have an iPhone application with a UIPickerView with 6 components that displays numbers from 0 to 9.
I want to generate an animation that is similar to the slots machines (wh …
0
votes
2answers
47 views
Why isn’t the UIPickerView widthForComponent delegate method called everytime the view appears?
I've got two controls on an iPhone screen - a TableView and a UIPickerView. When you select the single cell in the TableView you're taken to another screen where you're show a list …
0
votes
2answers
110 views
Speeding up iPhone animations
I have a data entry application that has the user enter about 6 pieces of information all on different views in a navigation controller. This works fine, but once the user gets us …
0
votes
1answer
96 views
picker view shows numbers in pickerview but not showing properly on label?
i have added a pickerview from interface builder.i am using this method to show data like this....
- (void)pickerView:(UIPickerView *)pickerView didSelectRow:(NSInteger)row inComp …
0
votes
0answers
15 views
Using core data to populate uipickerview
Hi there, newbie here so please go easy on me!
Could someone please point me in the right direction ( via code if possible)
on how to populate a pickerview with saved core data.
…
0
votes
2answers
92 views
iPhone, show NSMutable Array containing NSStrings in UIPickerView
I have a method with the following code:
NSMutableArray *pickerArray = [[NSMutableArray alloc] init];
int i;
for(i = 1; i <= 7; i++) {
NSString *myString = [NSSt …
0
votes
1answer
48 views
UIPickerView disable row selection.
I want to disable the selection of certain rows in my UIPickerView. Like in the Coundown timer, where you try to choose 0, it doesnt let you and slips back up to 1. Or how you can …
0
votes
2answers
510 views
Add UIPickerView & a Button in Action sheet - How?
My application requires following things to be added in action sheet.
=>A UIToolbar
=>A Button on UIToolbar
=>A UIPicker Control
i have given below an image to understand my requ …
