Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在玩 RubyMotion 并尝试向示例应用程序添加一个简单的列表。在列表中将有四个项目 ( say, milk, cheese, beer, water),用户应该能够从中挑选(选择)一个。
say, milk, cheese, beer, water
我可以为此目的使用什么控件?
我想你想要 UIPickerView。
这里有一些教程: