I’m trying to move a former app from windows mobile to iphone. Any ideas which GUI in Interface Builder has the similar function as listbox?
Share
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.
UITableView is appropriate when you have a list, possibly a quite long one, and you want to navigate a hierarchy by tapping items on the list.
Also look at UIPickerView which is similar to a drop-down list on a combo box. It’s not for navigation or long lists.