UIPickerView Row Color

后端 未结 5 1670
Happy的楠姐
Happy的楠姐 2021-02-15 17:04

Does anyone know how to change the color of a row (or row background) in the UIPickerView control from the iPhone SDK? Similiar to the below title for row, however I would also

5条回答
  •  迷失自我
    2021-02-15 17:30

    You can return an arbitrary view in the delegate's -pickerView:viewForRow:forComponent:reusingView: method, documented here.

提交回复
热议问题