Summary
In this chapter, we covered the design of our fitness companion application. We looked at wireframes and broke each element down into SwiftUI components. We then implemented the SwiftUI components to match the design from the wireframes for the current activity screen. We also looked at the requirements and design specifications for building this application, then simplified it to the core features our app will provide.
Next, we designed our fitness companion app by creating wireframes and breaking down each element into SwiftUI components. We implemented these components to match the wireframe design for the current activity screen. We also reviewed the requirements and design specifications for building the app and simplified it to focus on the core features it will provide. There are always features that are nice to have but are inevitably cut from the first release, or what many call the MVP (minimum viable product). This is effectively what we did. It is crucial to...