BRPickerView
BRPickerView copied to clipboard
提个enhancement:可以增加个分钟的时间间隔
为啥没法标记label
目前只是封装了常用的一些类型,其它类型的也可以用字符串选择器去自定义数据源来实现
已新增如下属性:
/** 设置分的时间间隔,默认为1 */
@property (nonatomic, assign) NSInteger minuteInterval;
/** 设置秒的时间间隔,默认为1 */
@property (nonatomic, assign) NSInteger secondInterval;