收起键盘的方法(一)

在viewController中重写下面的方法:spa

-(void)touchesBegan:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event{
    [self.view endEditing:YES];
}
相关文章
相关标签/搜索