|
|
|
|
|
by lawgimenez
655 days ago
|
|
Also a current funny bug with SwiftUI, if you left out a “dot”, it will compile but crashes the app during runtime. VStack {
}
navigationDestination(isPresented: $goToSettings) {
} There should be a dot before navigationDestination and this should not compile ever. |
|