Fixing dismissing keyboard
This commit is contained in:
parent
b10593f58d
commit
d76e5aa177
2 changed files with 4 additions and 2 deletions
|
@ -96,6 +96,7 @@ class ViewController: UIViewController, UITableViewDelegate, UITableViewDataSour
|
|||
// MARK: - Action
|
||||
|
||||
@IBAction func loadRepo(_ sender: UIButton) {
|
||||
txfRepoOwner.resignFirstResponder()
|
||||
self.getRepos()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue