By default the first row is highlighted after initializing the UIPickerView. How do i highlight a particular row or scroll to particular row programmatically?
As always, this is thoroughly documented. The Apple documentation for UIPickerView should tell you that the method you probably want is – selectRow:inComponent:animated:.
UIPickerView
– selectRow:inComponent:animated:
2.1m questions
2.1m answers
60 comments
57.0k users