📔 100 Days of SwiftUI (Day 17)
Completed Day 17 in 100 Days of SwiftUI.
This section continues our journey with SwiftUI to build the first app project. While the previous session focused on initial exposure to the Xcode development environment and the new View configuration and composition, this session followed a more practical approach.
The guided exercises introduced and added common elements into a working version of the app. We covered State property wrappers, Section container views within a Form, Picker controls, and using NavigationStack to present additional views in the app.
Overall, I really like this approach. It is a great way to progressively learn and apply common SwiftUI components in the framework and routinely practice common development tasks within Xcode.
Ready for more!