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.
我不想使用 UITableView 也不想使用 pickerView 因为我只有两个选项可供选择。我怎么能以最简单的方式实现它。xcode 中没有某种无线电选项吗?
此外,我的 UIView 上有一个空间拐杖来合并 PickerView!
如果它们是类似布尔值的选项,请使用UISwitch. 否则UISegmentedControl就是你的朋友。
UISwitch
UISegmentedControl