Swift 5
This will highlight the pickerView row to whatever you set 'tintColor' to
func pickerView(_ pickerView: UIPickerView, didSelectRow row: Int, inComponent component: Int) {
pickerView.subviews[0].subviews[0].subviews[2].backgroundColor = pickerView.tintColor;
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: