Search code examples
uipickerview

Does UIPickerView's selectRow:inComponent:animated: call pickerView:didSelectRow:inComponent:?


Does UIPickerView's selectRow:inComponent:animated: call pickerView:didSelectRow:inComponent:? Otherwise, can I just call it myself?

Thanks


Solution

  • It does not, although it is possible to call it manually.