From a296cb07500b1300385dae413149494eeb6d5905 Mon Sep 17 00:00:00 2001 From: Nicholas Tay Date: Wed, 16 Mar 2022 13:10:34 +1100 Subject: Add refresh control + fix weird caching It might be my web server causing the weird caching with headers (it's just a json file on nginx). Changing the policy in the request seems to have fixed it though. Refresh control references: - https://stackoverflow.com/questions/24475792/how-to-use-pull-to-refresh-in-swift --- foray/Base.lproj/Main.storyboard | 3 +++ 1 file changed, 3 insertions(+) (limited to 'foray/Base.lproj') diff --git a/foray/Base.lproj/Main.storyboard b/foray/Base.lproj/Main.storyboard index 17cfb05..b6b3f86 100644 --- a/foray/Base.lproj/Main.storyboard +++ b/foray/Base.lproj/Main.storyboard @@ -122,6 +122,9 @@ + + + -- cgit