怎么点击self.view就让键盘收起,需要添加一个tapGestures么? Mar 16th, 2016 11:03 am - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event { [self.view endEditing:YES]; }