100-days-of-swiftui-and-com.../day-056
CypherPoet 53548c244b Complete Day 56 2019-11-19 15:08:47 -06:00
..
README.md Complete Day 56 2019-11-19 15:08:47 -06:00

README.md

Day 56: Project 11: Bookworm (Part Four)

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


📒 Field Notes

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

In addition to recapping the material covered during the project's other days, Day 56 focuses on extending the project according to a set of challenges.


🥅 Challenges

Challenge 1

Use a default genre for new books when they're being added by the user.

Challenge 2

Modify the books list view so that books rated as 1 star have their name shown in red.

Challenge 3

Add a new “date” attribute to the Book entity, assigning Date() to it so it gets the current date and time, then format that nicely somewhere in DetailView.


📸 Screenshots