Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 718 Bytes

File metadata and controls

19 lines (10 loc) · 718 Bytes

Day 97: Project 19: PadFinder (Part Two)

Follow along at https://www.hackingwithswift.com/100/swiftui/97.


📒 Field Notes

This day covers Part Two of Project 19 in the 100 Days of SwiftUI Challenge. (Project 19 files can be found in the directory for Part One.)

It focuses on several specific topics:

  • Building a primary list of items
  • Making NavigationView work in landscape
  • Creating a secondary view for NavigationView

Commits for the changes related to this day can be found in the vicinity of this one.