Andrew Burger     About     Archive     Feed     Links

📔 100 Days of SwiftUI (Day 27)

Completed Day 27 in 100 Days of SwiftUI.

This session continues to practice the same elements from yesterday with some extra refinements and clarifications. For example, we used MLModelConfiguration to generate the prediction value from the model, the static keyword to assign the result to a computed variable, and Markdown syntax to perform automatic grammar agreement on localized strings.

For that last one, we changed word pluralization in text based upon related quantities. Pretty neat!