Basically I just want to change the color of the seperator lines:
I think for obj-c there is an answer here: link. But I have difficulties to translate it in Swift. How to do that?
Basically I just want to change the color of the seperator lines:
I think for obj-c there is an answer here: link. But I have difficulties to translate it in Swift. How to do that?
[Hi] you can do this,
pickerView.subviews[1].backgroundColor = UIColor.white
pickerView.subviews[2].backgroundColor = UIColor.white