Summary
In this chapter, we covered the design of our App Store application. We looked at wireframes and broke down each element into SwiftUI components. We then implemented the SwiftUI components to match the design from the wireframes for the SideBar
UI. We also took a look at the requirements for building this application and the design specifications. We then simplified it to the core features that our app will provide. We also implemented extra features to allow extra input for a more well-rounded application.
In the next chapter, we’ll take a look at implementing the main body for our App Store application.