Bigkoo / Android-PickerView

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

WheelView有办法设置默认位置嘛 #920

Open hlzIrving opened 3 years ago

hlzIrving commented 3 years ago

比如我想显示得时候默认选中第三条数据 是否可以做到~设置setCurrentItem会报 void com.contrarywind.view.WheelView.setCurrentItem(int)' on a null object reference

hlzIrving commented 3 years ago

我确定是已经初始化了才调用setCurrentItem 其他没看到那个参数可以设置默认选中位置T_T