【问题标题】:Selection among three values三个值之间的选择 【发布时间】:2011-02-03 03:42:01 【问题描述】: 在 iphone 中选择三个值的最佳方法是什么?是否可以使 UISwitch 具有三个值? 【问题讨论】: 检查这个问题http://stackoverflow.com/questions/2147462/triple-uiswitch 标签: iphone uiswitch 【解决方案1】: 在这种情况下,我建议您使用UISegmentedControl,这很简单,here 就是您如何使用UISegmentedControl 祝你好运! 【讨论】: