Complete Day 97
This commit is contained in:
parent
922337f7e6
commit
abb8c98318
|
@ -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
|
||||
|
||||
<div style="text-align: center;">
|
||||
<img src="../day-092/Projects/Project18Concepts/Screenshots/day-97-recording-1.gif" width="400px"/>
|
||||
</div>
|
||||
- Building a primary list of items
|
||||
- Making NavigationView work in landscape
|
||||
- Creating a secondary view for NavigationView
|
||||
|
|
Loading…
Reference in New Issue