Open draveness opened 8 years ago
Reproduce step:
set highlighted font and highlighted color, in viewDidLoad
_pickerView.font = [UIFont systemFontOfSize:26]; _pickerView.highlightedFont = [UIFont systemFontOfSize:44]; _pickerView.textColor = UIColorFromRGB(0x91EAFF); _pickerView.highlightedTextColor = UIColorFromRGB(0xffffff);
[_pickerView selectItem:2 animated:YES];
viewDidAppear:
The first text color and font won't change
Reproduce step:
set highlighted font and highlighted color, in viewDidLoad
[_pickerView selectItem:2 animated:YES];
inviewDidAppear:
The first text color and font won't change