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)textFieldDidBeginEditing:(UITextField *)textField { // your code [textField reloadInputViews]; }