jrizani / JRSpinner

Custom spinner that inspired by instagram language chooser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can't find a way to set default selected value

amFarrouk opened this issue · comments

is there a wya i can set default selected value ?

You can now set default value after you set the items with code
spinner.select(position);

This code run with version 1.0.1

make sure you call this method after you set the listener if any to make sure your listener called when you select the position.