I have created a UIPickerView and added a UIView on that picker view, now I want to change background color of uipickerview.
Can anyone give me the suggestion how to do it.!
How to set background color of uipickerview in iOS?
Ask by Anonymous User
Updated 22 Dec 2015
If you want to change the background color of picker view, create a custom frame using CGRect class and assign it on the pickerview. and after that you can set the backgroundColor.