Skip to content

A book listing and reviews application written with SwiftUI & CoreData

Notifications You must be signed in to change notification settings

midhetfatema94/BookWorm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BookWorm

It is a CoreData based application to store a reading list of the user and rate the books read according to the user's experience.

Features are:

  • Combining CoreData with SwiftUI
  • @Binding & @FetchRequest property wrappers
  • AnyView type erasure
  • Sorting with NSSortDescriptor and deleting from CoreData
  • Using .constant for making binding properties read-only