1 //退出键盘 只需一句,药到病除 2 - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ 3 4 [self.view endEditing:YES]; 5 }