I need a textfield which has an dropdown list to select an option from that.Is there any possible chances to do that in Iphone sdk?
Guys I need a quick help from ur side.
Anyone’s help will be much appreciated.
Thank you,
Monish.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You use a UIPickerView instead of a dropdown list.
Edit: i missed the text field part. You are emulating a combo box.
You can use a picker + text field, and fill the text field from the pickerView:didSelectRow:inComponent delegat method
Edit2: There are some S/O questions about this already – related to UIPickerView bugs