Tagged Questions
0
votes
0answers
48 views
Picker with many text fields
I'm using picker with many text fields, and I want to show "selected item in text field" in the picker automatically.
I tried to use selectRow, but it doesn't work. What should I do? Or where is the ...
1
vote
0answers
49 views
Two pickerView in one View
I am new to Xcode. I am trying to build two picker View in one view. The data in first pickerView is coming as desired but I am unable to get data in second pickerView. One picker has one component ...
1
vote
1answer
148 views
selectedRowInComponent crashes in numberOfRowsInComponent
I have 2 components in a pickerView created programmatically using Xcode (4.4.1)
UIPickerView *picker = [[[UIPickerView alloc] init] retain];
[picker sizeToFit];
picker.autoresizingMask = ...
0
votes
1answer
571 views
Using a UIpickerview in a xib file
i have created a xib file in Xcode 4.2 and i am looking at getting it to the tabbed application but i have been trying and I'm a little bit new to Xcode , coding so thats why i need your help i have ...
1
vote
1answer
595 views
Xcode 4.2 Xib Drop Down Menu
I have created a .xib file and I'm having a little problem.
I did a video to show you where I'm at with it. The software I am using is Xcode 4.2 and its an iOS application.
Here is a copy of the ...
2
votes
1answer
3k views
Xcode: Make A Text Field Bring Up A Picker View or Drop Down Menu
Can someone please provide some example code on how I could create the following features on an iOS app:
Option 1:
I want to create a text field through Interface Builder, and when someone clicks on ...
0
votes
1answer
228 views
Using a UIPickerview
I have this code that i did on Xcode 4.2 in a tabbed application and it works perfectly but what i would like it to be is a drop down menu in to a picker view but I'm not to sure what code i will need ...
0
votes
1answer
245 views
Double picker view
Hello im working with a double picker view with images, one side text and the other images, but I cant make it work. Here is the picker components. There are 3 arrays, Array and Array1 content text, ...
0
votes
1answer
1k views
Custom picker view with images
I Learned how to use Picker views, singles and doubles. I would like to learn how to do a Picker view with images. Instead of numbers or words the scroll have different images to select one. Thanks. I ...
0
votes
2answers
261 views
How do I use multiple pickers?
My app collects various types of information and sends it off to our server. Some of the questions are of fixed type so I need to use Pickers. When I've used pickers before they are initialised when ...
0
votes
1answer
172 views
UIPicker with multiple components crashing
I am trying to create an app using UIPickerView with three components. The first component has 3 rows. The second component has 6 rows and the third component has 12 rows. Every time I scroll beyond ...
2
votes
1answer
4k views
xCode 4.2, UIPickerView, Where is the File's Owner?
After some searching I know how to set the UIPickerView and its Content. The only problem is that i can't connect the UIPickerViews datasource and delegate Outlet to the File`s Owner because since 4.2 ...
1
vote
3answers
2k views
UIPickerView ios problems - unrecognized selector
I think this is probably a very rudimentary question, but after a few hours of searching, I can find some people with my issue, but none of the solutions I found work.
I am just getting my feet wet ...
0
votes
1answer
602 views
Replace keyboard with UIPickerView
I want to replace the keyboard when tapping on a UITextField with a UIPickerView and also add a button / function to dismiss the UIPickerView.
I searched a while but found just a whole example for ...
0
votes
1answer
285 views
iPhone SDK Xcode 4 - chopping up data (NSString), And putting it in a UITableView(/Cell) or UIPickerView
So basically i what i am trying to do is getting all the file names in a folder and put the Data in a UITableView, UIPickerView or Whatever you guys can code..
Read Dir (Get Filenames):
...
0
votes
1answer
4k views
iPhone Xcode 4 picker Data source
This seems a somewhat silly question to ask, but since upgrading to Xcode 4, a technique i use often does not work. I am taking about setting the data source for a Picker within a .xib
Previously it ...