vote up 0 vote down star

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

flag
its a custom picker most likely – Daniel Sep 14 at 14:05

1 Answer

vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.