Last updated 3 years ago
Was this helpful?
// let/var statements in ViewBuilder struct ContentView: View { var body: some View { let _ = print("Update body") // โญ๏ธ Text("Hello, World!") } }
Sarunw โฉ