I have a UIPickerView on my UIView along with a UITextField. I am letting the user select a value from the picker or enter a custom va
UIPickerView
UIView
UITextField
You can directly call delegate's method like
picker.delegate?.pickerView?(picker, didSelectRow: 0, inComponent: 0)