标签: ios swift uisegmentedcontrol
看起来UISegmentedControl默认情况下不允许用户进行多项选择。
UISegmentedControl
我见过obj-c的一些github库,如何使用swift进行多段选择?
如何在swift的分段控件中进行多项选择?
答案 0 :(得分:0)
UIKit未提供支持UISegmentControl中多项选择的任何功能。建议是创建一个自定义控件,最好使用一组UISwitch控件,它代表UISegmentControl中的每个选项。
UIKit
UISegmentControl
UISwitch