Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Day 93: Project 18: Layout And Geometry (Part Two)

Follow along at https://www.hackingwithswift.com/100/swiftui/93.


📒 Field Notes

This day covers Part Two of Project 18 in the 100 Days of SwiftUI Challenge. (Project 18 files can be found in the directory for Part One.)

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.

📸 Screenshots