📔 100 Days of SwiftUI (Day 30)
Completed Day 30 in 100 Days of SwiftUI.
This section continues the journey with SwiftUI through practice with existing element types in a new app project. Despite the fact that today was primarily a review of previous content, I learned about new functions like withAnimation and fatalError and modifiers like textInputAutocapitalization, onSubmit, and onAppear.
onSubmit and onAppear seem really useful because you can attach function methods to a view. Simple and powerful.