Complete Day 97

This commit is contained in:
CypherPoet 2020-01-28 20:11:19 -06:00
parent 922337f7e6
commit abb8c98318
1 changed files with 4 additions and 16 deletions

View File

@ -7,22 +7,10 @@ _Follow along at https://www.hackingwithswift.com/100/swiftui/97_.
# 📒 Field Notes # 📒 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: It focuses on several specific topics:
- Absolute positioning for SwiftUI views - Building a primary list of items
- Understanding frames and coordinates inside GeometryReader - Making NavigationView work in landscape
- ScrollView effects using GeometryReader - Creating a secondary view for NavigationView
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
<div style="text-align: center;">
<img src="../day-092/Projects/Project18Concepts/Screenshots/day-97-recording-1.gif" width="400px"/>
</div>