Custom UIPickerView with Custom Background color

后端 未结 6 588
野的像风
野的像风 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:15

    Addition to Nina's answer, below are some of the good custom Picker view controls which will be good to use in terms of performance and customizable.

    1. http://www.cocoacontrols.com/platforms/ios/controls/cppickerview
    2. http://www.cocoacontrols.com/platforms/ios/controls/afpickerview
    3. http://www.cocoacontrols.com/platforms/ios/controls/v8horizontalpickerview (Horizontal PickerView)

提交回复
热议问题