I am developing an iPad app that has a large number of UIViewControllers, UITableViews (with cells with accessoryViews of UIText
UIViewControllers
UITableViews
accessoryViews
UIText
In Swift 3
override func touchesBegan(_ touches: Set, with event: UIEvent?) { self.view.endEditing(true) }