Is there a way to make the PickerView in Xcode start at a default row? Right now, my PickerView starts at the first element in my array.
So for example, if I have 1 component with 30 rows, how can I make the PickerView start at row 15 when the user first sees the PickerView?
Thanks
use -[UIPickerView selectRow:inComponent:animated:] … assuming you have one component, do the following: