In lesson 5 of module 6 of the CWC+ iOS Databases course, Chris shows us how to add a search box to our RecipeListView.swift by using a filter with our Core Data. And then we have our SearchBarView sub-view: One of the problems this lesson revealed was that the on-screen […]
Daily archives: 30 April 2022
2 posts
Continuing with enhancing our (old) Recipe App with Core Data, lesson 4 from module 6 of the CWC+ iOS Satabases Course takes us through some important changes. We previously got all of our data from our RecipeModel, re: And we displayed the data, thus – Now we’re using Core Data, […]