From 5fbe87e25c1136e29494d181edbdbf6d6dbba6e1 Mon Sep 17 00:00:00 2001 From: Nicholas Tay Date: Wed, 16 Mar 2022 10:15:27 +1100 Subject: Add a detail view Resources: - https://guides.codepath.com/ios/Using-UITableView (was a bit dated) --- foray/Base.lproj/Main.storyboard | 84 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 82 insertions(+), 2 deletions(-) (limited to 'foray/Base.lproj') diff --git a/foray/Base.lproj/Main.storyboard b/foray/Base.lproj/Main.storyboard index c5181ad..1212265 100644 --- a/foray/Base.lproj/Main.storyboard +++ b/foray/Base.lproj/Main.storyboard @@ -1,13 +1,14 @@ - + + - + @@ -56,6 +57,7 @@ + @@ -109,6 +111,7 @@ + @@ -118,14 +121,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit