Currently, when you tap Save in the Review Form screen, the data you entered in the fields is just printed to the Debug area, and tapping Save in the Photo Filter screen doesn't do anything. The first step is to create objects to store data from the Review Form screen and the photo from the Photo Filter screen. You'll create entities for reviews and photos using Xcode's data model editor. Let's create the entity for reviews now:
- Right-click the Misc folder in the Project navigator and create a New Group. Name this group Core Data.
- Right-click the Core Data group and choose New File.
- iOS should already be selected. Type data in the filter field, and select Data Model. Click Next:
- Name the file LetsEatModel and click ...