In the previous chapter, you’ve learned about the basic principles of SwiftUI and some of the reasons why Apple implemented a new UI framework when they already had a number of UI toolkits that work perfectly fine. We also took a whirlwind tour of SwiftUI and the tooling Xcode provides for building SwiftUI apps.
In this chapter, we’re going to dive deeper into using SwiftUI. The best way to learn is by doing, so we will be building a simple app that might turn out to be useful for you.
We will ...