views:

283

answers:

1

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 :-(

A: 

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.

coneybeare