diff --git a/day-097/README.md b/day-097/README.md index a4345b7..646ec51 100644 --- a/day-097/README.md +++ b/day-097/README.md @@ -7,22 +7,10 @@ _Follow along at https://www.hackingwithswift.com/100/swiftui/97_. # 📒 Field Notes -This day covers Part Two of _`Project 18`_ in the [100 Days of SwiftUI Challenge](https://www.hackingwithswift.com/100/swiftui/97). (Project 18 files can be found in the [directory for Part One](../day-092/).) +This day covers Part Two of _`Project 19`_ in the [100 Days of SwiftUI Challenge](https://www.hackingwithswift.com/100/swiftui/97). (Project 19 files can be found in the [directory for Part One](../day-097/).) It focuses on several specific topics: -- Absolute positioning for SwiftUI views -- Understanding frames and coordinates inside GeometryReader -- ScrollView effects using GeometryReader - - - -The commits for most of the changes related to this day can be found [here](https://github.com/CypherPoet/100-days-of-swiftui-and-combine/commit/013ce270c007a6b432a739a55771acf24daab0d1). - - - -# 📸 Screenshots - -
- -
+- Building a primary list of items +- Making NavigationView work in landscape +- Creating a secondary view for NavigationView