tags:

views:

141

answers:

0

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?