I'm playing around with RubyMotion and trying to add a simple list to an sample app. In the list there will be four items (say, milk, cheese, beer, water
) out of which the user should be able to pick (select) one.
What control can I use for this purpose?
I think you want UIPickerView.
Here are some Tutorial for that: