ModalPickerViewController
ModalPickerViewController copied to clipboard
Pressing tab to go between controls brings up the DatePicker for all TextFields
Hi,
Not sure if this is an issue, but when testing on simulator when i pressed tab between controls the DatePicker pops up for all text fields in the UI. especially it happens if you use :
SelectDateTextField.ShouldBeginEditing += OnTextFieldShouldBeginEditing;
This works fine if we use
DateEntry.EditingDidBegin += OnTextFieldBeginediting;
Any idea why?