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:
1.4m articles
1.4m replys
5 comments
57.0k users