Has anyone else run into this problem?
The picker view is working but the text does not change until after I have touched to picker view.
Very simple code set up;
PickerView.delegate = self
PickerView.dataSource = self
PickerView.setValue(UIColor.red, forKey: "textColor")
PickerView.backgroundColor = UIColor.black
Everything works fine, but the deafult text is balck so the "row titles" do not display on launch, but rather change to the selected 'red' after engaging the picker view.
A very odd problem.