Fixing dismissing keyboard

This commit is contained in:
Rodrigo Pedroso 2019-06-27 02:02:17 -04:00
commit d76e5aa177
2 changed files with 4 additions and 2 deletions

View file

@ -96,6 +96,7 @@ class ViewController: UIViewController, UITableViewDelegate, UITableViewDataSour
// MARK: - Action
@IBAction func loadRepo(_ sender: UIButton) {
txfRepoOwner.resignFirstResponder()
self.getRepos()
}