Summary
In this chapter, we worked with a Table View that has dynamic cells, which allow the Table View to change based off the data. We also worked with unwinding segues. Later, we will actually pass data that we need through our segues. Along with segues, we looked at plists, learning how to create them as well as how to add data to them. Finally, we created our Locations Data Manager, which is responsible for giving data to the View Controller.
In the next chapter, we will work with a Table View that has static cells in order to build out our restaurant detail. Static cells are great for forms or detail views. We could actually do the restaurant detail using a Collection View; however, a static Table View will work well and be less complicated.
At this point, before moving onto the next chapter, you may want to get the starter project for this chapter and try to do it again without using the book as your guide. This will really help solidify your understanding of what you learned.