We are just about done with our app. In this chapter, we will finally start saving reviews and photos in Core Data. We will then learn how to pull data from Core Data and display it in our app. A lot of the setup is already done for us, and most of what we will do is calls methods that we created earlier in this book.
In this chapter, we will cover the following topics:
- Saving items to Core Data
- Fetching items from Core Data
- Displaying items from Core Data in a Table View