The overall design
In this chapter, we are going to work on a custom form design in SwiftUI. As we progress through the book, you'll notice some design elements in SwiftUI and others to dig deeper into the framework. No matter how we have to do it in the end, you'll learn how to take a basic template and turn it into a beautiful design.
This is what we are going to work on in the next two chapters:
Our app does not contain a ton of views, but it does have a ton of features. Let's walk through this app's overall structure to better understand what app we will build and then build the app in SwiftUI. As stated in the last chapter, inside the folder for this chapter, you also have the design specs, and you can see everything from spacing to colors to sizing.
Understanding the structure
You might notice in this book that I like to plan how I will break up the design into smaller views. This is the best approach before...