Bigkoo / Android-PickerView

This is a picker view for android , support linkage effect, timepicker and optionspicker.(时间选择器、省市区三级联动)
Apache License 2.0
13.45k stars 3.45k forks source link

TimePickerView 有监听滚动获得相应时间数据的方法吗 #470

Closed zhanhon closed 6 years ago

xiaosong520 commented 6 years ago

@zhanhon WheelTime 里面有设置了监听回调,但这仅是监听WheelView的,若需要在切换选项时,将date 数据回调,则需要在 WheelTime 类里面 年月日 的OnItemSelectedListener 回调处,再调用TimePickerView 的onTimeSelect方法(需下载module 并引入项目,然后修改源代码)。

Sinyuk7 commented 6 years ago

问下为什么不直接加入这个回调,感觉这个蛮有必要的 PS: 我在使用过程中也遇到了这个需求

xiaosong520 commented 6 years ago

@80998062 新版本已支持设置,具体请参看WIKI文档。