Andrew Burger     About     Archive     Feed     Links

📔 100 Days of SwiftUI (Day 21)

Finished Day 21 in 100 Days of SwiftUI.

This section is more practice with SwiftUI concepts learned previously. There is a lot more emphasis on the visual and creative aspect of app design, layout, and presentation.

One observation that continues to impress: it is very easy to use Xcode Preview to see immediate results while developing the app. The preview keeps up with every single code change, which makes SwiftUI an excellent fit for quick prototyping. Up to this point, I have only infrequently needed to build and run to verify app behavior with the Simulator in development sessions.

I still have a lot of work to get familiar with the Swift language and related Apple frameworks. I am enjoying the learning process and its results so far.