The thing about #SwiftUI that frustrates me (well 2 things): -misordering arguments to a view causes the compiler to give up with a time out instead of telling me “argument/parameter mismatch.”
- Making something @State instead of @Binding compiles, but causes views not to update.
#iPadOS #mac #apple