aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Tay <nick@windblume.net>2022-03-19 13:59:21 +1100
committerNicholas Tay <nick@windblume.net>2022-03-19 13:59:21 +1100
commit8d30b4a850161071136caa08c74f0d2325b118ef (patch)
treed3af447e2cec8d9f38ca80e5eb73398279f6a709
parent61452377e01956205293883d4e1222c1ed2651cf (diff)
downloadforayios-8d30b4a850161071136caa08c74f0d2325b118ef.tar.gz
forayios-8d30b4a850161071136caa08c74f0d2325b118ef.tar.bz2
forayios-8d30b4a850161071136caa08c74f0d2325b118ef.zip
Add back in RefreshControl
Missed in when ripping out storyboard
-rw-r--r--foray/ForayTableViewController.swift2
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)
}