vote up 0 vote down star

I have a custom UIPickerView where I use:

-(UIView *)pickerView:(UIPickerView *)pickerView viewForRow:(NSInteger)row forComponent:(NSInteger)component reusingView:(UIView *)view

to fill the picker with UIView which has two labels. Is there a way to enable the behavior of highlighting the selected row when touched?

flag

0% accept rate

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.