Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Day 55: Project 11: Bookworm (Part Three)

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


📒 Field Notes

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

It focuses on several specific topics:

  • Showing book details
  • Sorting fetch requests with NSSortDescriptor
  • Deleting from a Core Data fetch request
  • Using an alert to pop a NavigationLink programmatically

The bulk of the changes for this day can be found in this commit.