Does UIPickerView's selectRow:inComponent:animated: call pickerView:didSelectRow:inComponent:? Otherwise, can I just call it myself?
selectRow:inComponent:animated:
pickerView:didSelectRow:inComponent:
Thanks
It does not, although it is possible to call it manually.