Andrew Burger     About     Archive     Feed     Links

📔 100 Days of SwiftUI (Day 40)

Completed Day 40 in 100 Days of SwiftUI.

This section explores further on the presentation of the data using ScrollView and NavigationLink with SwiftUI elements from yesterday. We decoded and reformatted dates from a local JSON file into a more localized and human-friendly format using dateDecodingStrategy and DateFormatter, created our own custom color theme and SwiftUI modifiers by extending ShapeStyle, and learned how to set Dark Mode for a view using preferredColorScheme.

Really curious to see what the final view will look like for each item with a NavigationLink.