SyntaxFix
Write A Post
Hire A Developer
Questions
override func touchesBegan(touches: Set<UITouch>, withEvent event: UIEvent?) { if let touch = touches.first{ view.endEditing(true) } }