In this chapter, we learned how to create a model object and how to tie that data to a plist. We also looked at what a plist is. We learned how to create a plist as well as our first manager class, which takes care of the data. In our data manager, we covered getting data from a plist and how to represent that data as a model object.
In the next chapter, we will look at Table Views and how they are similar to—and yet different from—Collection Views.