bigablecat

Results 2 comments of bigablecat

不用修改源码。作者在closed issue #7中提到过。如下设置即可: wheelView.setSelection(6); wheelView.setVisibility(View.VISIBLE); //放在setSelection()方法后 测试可行,没有出现延迟问题

this issue has been mentioned by the author in #7 and it could be solved like this: wheelView.setSelection(6); wheelView.setVisibility(View.VISIBLE); no delay at all, it works for me