29 lines
897 B
Markdown
29 lines
897 B
Markdown
# Day 97: _Project 19: SnowSeeker_ (Part Two)
|
|
|
|
_Follow along at https://www.hackingwithswift.com/100/swiftui/97_.
|
|
|
|
<br/>
|
|
|
|
|
|
# 📒 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/).)
|
|
|
|
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
|
|
|
|
<div style="text-align: center;">
|
|
<img src="../day-092/Projects/Project18Concepts/Screenshots/day-97-recording-1.gif" width="400px"/>
|
|
</div>
|