I have a UITextfield that i\'d like to dismiss the keyboard for. I can\'t seem to make the keyboard go away no matter what code i use.
-(void)methodName { [textFieldName resignFirstResponder]; }
call this method (methodName) with didEndOnExit