100-days-of-swiftui-and-com.../day-055
CypherPoet e22e1ceaa2 Complete Day 55 2019-11-18 23:46:36 -06:00
..
README.md Complete Day 55 2019-11-18 23:46:36 -06:00

README.md

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.