iPad Project – Photo Gallery Overview
In the previous two chapters, we created a Tax Calculator app for the iPhone. We implemented it from scratch, and we looked at the technical requirements, design specifications, wireframes, and code implementation. We will use these newly acquired skills in this and the next chapter, but worry not, we will go over all necessary aspects in case you have jumped straight to this chapter.
In this chapter, we will work on the design of our second project, a photo gallery application for the iPad that will showcase its big screen. We will assess the requirements for designing such an application and discuss the design specifications, allowing us to get a better understanding of what is required and how it will all fit together. Then we will start coding our application to build out the UI, which will be connected to the gallery’s enhanced view in the next chapter. This project will cover the foundations of SwiftUI components. We will...