Technical requirements
The completed Xcode playground and project for this chapter are in the Chapter14 folder of the code bundle for this book, which can be downloaded here:
https://github.com/PacktPublishing/iOS-26-Programming-for-Beginners-10E
Check out the following video to see the code in action:
https://youtu.be/SHqmm6Ch57E
Create a new playground and call it TableViewBasics. You can use this playground to type in and run all the code in this chapter as you go along. Before you do, let’s look at the MVC design pattern, an approach commonly used when writing iOS apps.