Technical requirements
You will start by working in a playground, then you will continue working on the LetsEat
project that you modified in the previous chapter.
The playground and completed Xcode project for this chapter are in the Chapter15
folder of the code bundle for this book, which can be downloaded here:
https://github.com/PacktPublishing/iOS-15-Programming-for-Beginners-Sixth-Edition
Check out the following video to see the code in action:
Let's begin by learning more about how a table view works by implementing a view controller that manages a table view in a playground. Create a new playground and name it TableViewBasics
. You can type in and run all the code shown in the upcoming sections as you go along.