Can I change the color of the active picker row which is greyish by default?
Can I change the color of the active picker row which is greyish by default?
This should work:
picker.subviews[1].backgroundColor = UIColor.red.withAlphaComponent(0.2)
Credit to the forum ! https://developer.apple.com/forums/thread/659184
This can also help understand picker structure: