一个定制的pickerView选择器,三种选择类型:单联列表,双联列表,标签选择

一个定制的pickerView选择器,三种选择类型:单联列表,双联列表,标签选择

Swift 其它杂项

详细介绍

WKPickerView

一个定制的pickerView选择器,三种选择类型:单联列表,双联列表,标签选择

调用方式

[WKCheckPickerView showPickerWithType:WKCheckPickerDefault AddTo:self.view SelectComplate:^(id obj) {
    NSLog(@"选中了:%@",obj);
}] ;

插件引用

UICollectionViewLeftAlignedLayout

效果展示

推荐源码