tags:

views:

16

answers:

1

Can anybody give an idea or sample code to display "drop-down / combo / listbox" in iphone using objective-c ?! Please please help me out.

A: 

You can go to the following question where I have already answered this question

http://stackoverflow.com/questions/3889804/how-to-implement-drop-down-box-in-iphone/3889914#3889914

Hope this will help you.

Atulkumar V. Jain
ohh thanks..ya i am using pickerview but i dont want to display aaay of objects simply.instead i want that if i select an object in 1st picker so it should dynamically change and display its corresponding objects in 2nd picker below it..
rose
plz help..im really stuck with it from 2days...thanks...
rose
You can have a textfield a small arrow image in the right side of the textfield. So when the user clicks on the textfield the picker view should come up and the value selected by the user should be shown in the textfield and then dismiss the picker view. You can save this value in the user defaults so dat when u r in theta view 2nd time this default value will be shown in the textfield.
Atulkumar V. Jain