I have an iPhone database app that loads a UIPickerView with data from a table. I want to set the selected row to a particular row from the data in another tab
UIPickerView
For Swift it's simply:
self.picker?.selectRow(0, inComponent: 0, animated: true)