一个多功能的选择器,有城市选择,日期选择和单数组源自定的功能,方便大家的使用,低耦合,易扩展。如果大家喜欢请给个星星,我将不断提供更好的代码。
- 使用Pod方式
pod 'STPickerView', '2.4'
- 使用Carthage方式
github 'STShenzhaoliang/STPickerView' '2.4'
- Swift使用Pod方式,Podfile文件添加
use_frameworks!
STPickerSingle *pickerSingle = [[STPickerSingle alloc]init];
[pickerSingle setArrayData:arrayData];
[pickerSingle setTitle:@"请选择价格"];
[pickerSingle setTitleUnit:@"人民币"];
[pickerSingle setContentMode:STPickerContentModeCenter];
[pickerSingle setDelegate:self];
[pickerSingle show];
- 修复iphonePlus的显示问题
- 地区选择器添加记录之前地区接口
- 修改日期选择的问题
- 支持横竖屏
- 修改日期选择的问题
- 优化界面
- 添加Carthage的支持
- 支持城市,时间,单项选择
- 支持中间和下方显示