I need to update data in a UIPickerView. I use
[pickerView reloadAllComponents]
but my problem is that I need to reset the selected row, I want the selected row to return to index 0, at the moment it remains at the same index as before the call to the reloadAllComponents function
can anyone help?
source share