美文网首页
iOS 收回键盘方法总结

iOS 收回键盘方法总结

作者: Noah牛YY | 来源:发表于2015-12-19 18:16 被阅读183次

写在视图中的

override func touchesBegan(touches: Set<UITouch>, withEvent event: UIEvent?) {
  //放弃编辑
  self.view.endEditing(true)
 }

写给textField自己的delegate的话

textFiled.resignFirstResponder()//释放焦点

相关文章

网友评论

      本文标题:iOS 收回键盘方法总结

      本文链接:https://www.haomeiwen.com/subject/vvsphttx.html