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
If you want the selected row permanently highlighted use this
myPickerView.subviews[0].subviews[0].subviews[2].backgroundColor = myPickerView.tintColor;