Uipickerview
The UIPickerView class implements objects, called picker views, that use a spinning-wheel or slot-machine metaphor to show one or more sets of values
Uitableview
UITableView is a class used for displaying and editing lists of information on iOS
Others
Example |
---|
A uitableview is more suited to displaying a large number of choices;similar to above use a uipickerview inside a pop over from question How to accommodate 8 buttons in a UIAlertView |
Uitableview is much more customizable than uipickerview from question Is it good to show a UIPickerView with only small data size? |
If so rather than use a uitableview why not use a uipickerview also placed below above beside the labels;a uipickerview would accomplish the same thing only in a vertical representation from question Label outside of UITableViewCell updating for the cell currently on screen |
The uipickerview is nothing more than a uiview with one or more uitableview and background and selector views from question Customize UIPickerView's Skin with images |