Custom UIPickerView with Custom Background color

后端 未结 6 581
野的像风
野的像风 2020-12-14 11:31

I have created a sample picker-view which will display some details. Setting the Background color using:

_pickerView.backgroundColor = [UIColor redColor]; 
<         


        
6条回答
  •  遥遥无期
    2020-12-14 12:08

    I wrote a custom picker view that uses a UITableView as it's starting point. Feel free to customize it however you want.

    https://github.com/derekju/DjuPickerView

提交回复
热议问题