iOS 取消第一響應者

方法一:web -(void)touchesBegan:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event{ //界面全部輸入框都中止編輯 [self.view endEditing:YES]; } 方法二:svg -(void)touchesBegan:(NSSet<UITouch *> *)touches withEvent:(UIEv
相關文章
相關標籤/搜索