Technical requirements
You will continue working on the LetsEat
project that you modified in the previous chapter.
The completed Xcode project for this chapter is in the Chapter18
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 start by creating outlets in the RestaurantDetailViewController
class to enable it to manage the views in the Restaurant Detail screen.