标签:str ISE 地方 field eve ext clu with event
/点击其他地方是退出键盘
- (void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event {
if (![_numTextField isExclusiveTouch]) {
[_numTextField resignFirstResponder];
}
}
标签:str ISE 地方 field eve ext clu with event
原文地址:https://www.cnblogs.com/yrt789/p/12677659.html