Technical requirements
You will continue working on the JRNL
project that you created in the previous chapter.
The completed Xcode project for this chapter is in the Chapter12
folder of the code bundle for this book, which can be downloaded here:
https://github.com/PacktPublishing/iOS-17-Programming-for-Beginners-Eighth-Edition
Check out the following video to see the code in action:
To start, you’ll add a new table view controller scene to represent the Journal Entry Detail screen. This screen will be displayed when a cell in the Journal List screen is tapped. You’ll do this in the next section.