Let’s modify the UI by adding a Sidebar and showing images in our list.
Goals
- Improve navigation
- Beautify app
- Clarify navigation
Steps
- Use Pod.recent request
- Add
SidebarView
- Replace List
Text
with ourPodDetailView
- Move app structure to
ContentView
- Change
List
toSection
in PodDetailView - Switch on pods
- Split our list view into
loadingView
andlistView
- Set the environment for our
Content
andSidebarView
previews
ContentView
PodDetailView
List
to Section
PodListView
Previews
Be sure to Set the environment value for our ContentView
and SideBarView
Watch the YouTube series and checkout the github repo.