Technical requirements
You will continue working on the JRNL
project that you modified in the previous chapter.
The completed Xcode project for this chapter is in the Chapter13
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:
https://youtu.be/tgo2dT1LZeM
Let’s start by modifying the journalCell
table view cell on the Journal List screen. In the next section, you’ll add some user interface elements to make it match the table view cell shown in the app tour.