Change color of selectedRow in UIPickerView, also when rolling
问题 I have to change the color of the selected row in a UIPickerView . I did managed to change the color, i know that the question already have several replies, anyway those do not satisfy me: with those implementation, the animation of the pickerview is glitchy and i don't like it. This is the code of the current solution func pickerView(_ pickerView: UIPickerView, viewForRow row: Int, forComponent component: Int, reusing view: UIView?) -> UIView { var label: UILabel if view == nil { label =