Complete Day 93

This commit is contained in:
CypherPoet 2020-01-24 23:15:41 -06:00
parent 013ce270c0
commit 011799753c
3 changed files with 23 additions and 2 deletions

View File

@ -98,12 +98,13 @@ I'm currently seeking freelance, remote opportunities as an iOS developer! If yo
- **Day 89:** [_Project 17: Flashzilla (Part Four)_](./day-089/)
- **Day 90:** [_Project 17: Flashzilla (Part Five)_](./day-090/)
- **Day 91:** [_Project 17: Flashzilla (Part Six)_](./day-091/)
- **Day 92:** [_Project 18: Layout And Geometry (Part One)_](./day-092/)
</details>
**Latest Day:**
- **Day 92:** [_Project 18: Layout And Geometry (Part One)_](./day-092/)
- **Day 93:** [_Project 18: Layout And Geometry (Part Two)_](./day-093/)

View File

@ -1,4 +1,4 @@
# Day 92: Project 18: _Layout And Geometry_ (Part One)
# Day 92: _Project 18: Layout And Geometry_ (Part One)
_Follow along at https://www.hackingwithswift.com/100/swiftui/92_.

20
day-093/README.md Normal file
View File

@ -0,0 +1,20 @@
# Day 93: _Project 18: Layout And Geometry_ (Part Two)
_Follow along at https://www.hackingwithswift.com/100/swiftui/93_.
<br/>
# 📒 Field Notes
This day covers Part Two of _`Project 18`_ in the [100 Days of SwiftUI Challenge](https://www.hackingwithswift.com/100/swiftui/93). (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).