When I started doing iOS development, I first worked with Table Views. At the time, Collection Views hadn't been introduced yet. As you progress in iOS development, you will work with a lot of Table and Collection Views. You'll begin with just the basics to allow you to use them, and then you'll slowly progress into more advanced Table and Collection Views.
The reason that I bring this up is that, by the end of this chapter, you may feel as though things are not clicking. This is perfectly normal. However, the more you go through the steps in these chapters, the more they will become second nature to you.
For those of you who've not done iOS development, Table Views are great for presenting a list of data. The iPhone's Mail app is an example of a Table View.
In this chapter, we are going to work with our first Table View....