diff options
Diffstat (limited to '')
-rw-r--r-- | foray/ForayTableViewController.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/foray/ForayTableViewController.swift b/foray/ForayTableViewController.swift index c9e055a..a7581d2 100644 --- a/foray/ForayTableViewController.swift +++ b/foray/ForayTableViewController.swift @@ -66,7 +66,7 @@ class ForayTableViewController: UITableViewController { dismiss(animated: false, completion: nil) - // Not 100% sure what this does (the for: bit) + self.refreshControl = UIRefreshControl() self.refreshControl?.addTarget(self, action: #selector(doRefresh), for: UIControl.Event.valueChanged) } |