Can anybody give an idea or sample code to display "drop-down / combo / listbox" in iphone using objective-c ?! Please please help me out.
views:
16answers:
1
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
2010-10-11 12:05:38
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
2010-10-13 09:39:36
plz help..im really stuck with it from 2days...thanks...
rose
2010-10-13 09:40:27
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
2010-10-13 10:59:49