如何在swift的分段控制中进行多项选择?

时间:2016-07-26 13:28:58

标签: ios swift uisegmentedcontrol

看起来UISegmentedControl默认情况下不允许用户进行多项选择。

我见过obj-c的一些github库,如何使用swift进行多段选择?

enter image description here

如何在swift的分段控件中进行多项选择?

1 个答案:

答案 0 :(得分:0)

UIKit未提供支持UISegmentControl中多项选择的任何功能。建议是创建一个自定义控件,最好使用一组UISwitch控件,它代表UISegmentControl中的每个选项。