storyBoard中取消键盘第一响应

-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event {
    [self.view endEditing:YES];
}

 
原文地址:https://www.cnblogs.com/tian-sun/p/4270886.html