I have a data entry form where the first field the user wants to enter is an NSDatePicker
.
I wish this field to be highlighted when the user clicks a button (labelled 'New')
I have tried putting in [myDatePicker becomeFirstResponder]
but this has no effect.
Can anybody show me how to set the focus to myDatePicker
?