I have a view with a UITextField which should hide the keyboard when return is pressed.
My function is this:
- (BOOL)textFieldShouldReturn:(UITextFie
Did you remember to implement the UITextFieldDelegate protocol?
UITextFieldDelegate