๐ธstate value
โฑ๐ง under construction
struct ContentView: View {
// โญ๏ธ declare & initialize a state value
@State var isOn = true
// UI
var body: some View { ... }
}Last updated
โฑ๐ง under construction
struct ContentView: View {
// โญ๏ธ declare & initialize a state value
@State var isOn = true
// UI
var body: some View { ... }
}Last updated