From f19a09c0e91668a48c1958fc9a4fa07f963c4142 Mon Sep 17 00:00:00 2001 From: Nicholas Tay Date: Sat, 19 Mar 2022 13:08:40 +1100 Subject: Detail view is now programatically created Using SnapKit and some experimentation around the VC. Next step is to change segue and then maybe get rid of storyboard all together. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3370af8..72c6f84 100644 --- a/.gitignore +++ b/.gitignore @@ -91,3 +91,4 @@ iOSInjectionProject/ .DS_Store +*.swp -- cgit