hello,
i can't find a property to set my UIPickerView checkable... in other programs, I can select a item and the pickerView show a checkmark :-(
|
|
hello, i can't find a property to set my UIPickerView checkable... in other programs, I can select a item and the pickerView show a checkmark :-( |
||
|
|
|
You will have to make a custom picker view. There is a method that is viewForPickerView:atComponent:row: or something like that. You will need to return your own view and do your own logic to draw a checkmark. |
||
|
|