收起键盘的方法(一)

在viewController中重写下面的方法:

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

 

posted @ 2016-06-14 16:47  Oooliver  阅读(229)  评论(0编辑  收藏  举报
为用户提供更好的解决方案,技术改变世界