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
Place this wherever you initialize the UIView that contains your UIPickerView as a subview:
UIView
[myPickerView selectRow:rowWithTedsName inComponent:columnWithNames animated:NO];