Chapter 7. Getting Started with the Grid
Typically, when I am working on a project, I like to set up my UI in Storyboard. Since I am a visual person, I prefer to start with the visuals and make sure that the app looks like the design. This helps me to identify the data structure and allows me to get familiar with the app. Therefore, I can focus my attention on the code.
In the earlier chapters, we set up our app structure and developed a good understanding of the basics involved. As we progress through the book, we will add more UI elements. In this chapter, you will learn about app architecture and how to create it for our Let's Eat app.
We will cover the following in this chapter:
- Understanding the Model View Controller architecture
- Classes and Structures
- Controllers and Classes
- Model
- Collection View Cell
- Restaurant Listing