Commit Graph

7 Commits

Author SHA1 Message Date
CypherPoet 6ed19a7120 Complete Day 59 2019-11-22 23:26:46 -06:00
CypherPoet b42f48bc19 Complete Challenge 3
> Modify the predicate string parameter to be an enum such as .beginsWith, then make that enum get resolved to a string inside the initializer.
2019-11-22 23:23:02 -06:00
CypherPoet 241e97cf17 Complete Challenge 2
> Make the `FilteredList` view accept a string parameter that controls which predicate is applied. You can use Swift’s string interpolation to place this in the predicate.
2019-11-22 05:56:52 -06:00
CypherPoet 5682c61469 Complete Challenge 1
> Make it accept an array of `NSSortDescriptor` objects to get used in its fetch request.
2019-11-22 05:47:16 -06:00
CypherPoet 66f424e35e Add unique constraints for Candy and Country models 2019-11-22 05:05:28 -06:00
CypherPoet 467b231969 Add examples for Day 58 2019-11-22 04:31:57 -06:00
CypherPoet d5b301369b Complete Day 57 2019-11-20 01:19:06 -06:00