Overriding highlighted selection in UIPickerView

前端 未结 4 1423
别那么骄傲
别那么骄傲 2020-12-03 02:19

I have a custom UIPickerView where I use:

-(UIView *)pickerView:(UIPickerView *)pickerView
       viewForRow:(NSInteger)row
     forComponent:(N         


        
4条回答
  •  春和景丽
    2020-12-03 02:58

    I guess you may want to look at "showsSelectionIndicator" property of UIPickerView

提交回复
热议问题