You will continue working on the LetsEat project that you modified in the previous chapter.
The resource files 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-13-Programming-for-Beginners.
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.
Check out the following video to see the code in action: