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.!
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.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
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.