Skip to content

Latest commit

 

History

History

16-Project-12-CoreDataProject

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Project 12 - CoreDataProject

This project includes solutions to the challenges.

Challenges

  1. Make it accept a string parameter that controls which predicate is applied. You can use Swift’s string interpolation to place this in the predicate.
  2. Modify the predicate string parameter to be an enum such as .beginsWith, then make that enum get resolved to a string inside the initializer.
  3. Make FilteredList accept an array of SortDescriptor objects to get used in its fetch request.

Screenshots

Light Mode

Dark Mode