点击其他地方时关闭键盘OC

/点击其他地方是退出键盘

- (void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event {

    if (![_numTextField isExclusiveTouch]) {

    [_numTextField resignFirstResponder];

    }

}

猜你喜欢

转载自www.cnblogs.com/yrt789/p/12677659.html