Summary
In this chapter, we covered the design of our photo gallery application for the iPad. We looked at wireframes and broke down each element into SwiftUI components. We then implemented the SwiftUI components to match the design from the highlight view wireframe. We also took a look at the requirements for building this application, and the design specifications a photo gallery application can have. Then we simplified it to the core features our app will provide. We expanded our design specifications with acceptance criteria to show what we would like our app to do.
In our next chapter, we’ll take a look at implementing the enhanced view based on the wireframe discussed in this chapter and connect it to the highlight view.