Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Day 72: Project 14: PlaceCase (Part Five)

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


📒 Field Notes

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

It focuses on several specific topics:

  • Making someone else’s class conform to Codable
  • Locking our UI behind Face ID

Due to the slightly... custom... direction I took with this project, I implemented Codable conformance for the WikiPage objects that I'm fetching, and using Core Data for everything else.

That said, I did still expand a bit on the support for Face ID authentication.

📸 Screenshots