Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Day 98: Project 19: PadFinder (Part Three)

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


📒 Field Notes

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

It focuses on several specific topics:

  • Changing a view’s layout in response to size classes
  • Binding an alert to an optional string
  • Letting the user mark favorites

Commits for the changes related to this day can be found in the vicinity of this one.