Summary
In this chapter, we worked on our first iPhone app using SwiftUI. We learned how to take a basic form in SwiftUI and customize the design. We also learned how to break up our views into smaller views. Smaller views make it great for reuse, but they are also great for cleaner code. Finally, we created our first UIViewRepresentable
to create a blurry effect on our modal.
In the next chapter, we will get data into our pickers, learn how to get data from our form, and send data to an API.