Post

Replies

Boosts

Views

Activity

SwiftUI Preview crashes on simple code
Entering the following simple code, in a default SwiftUI iOS project, causes the preview to consistently crash: struct ContentView: View {     var body: some View {         VStack {             Text("Hello, world!")             padding()             Text("Another Line")         }     } } I know "padding()" should be "spacer()", but this simple syntax error should just show an error, not crash the preview
1
0
832
Jan ’22