Last updated 4 months ago
Was this helpful?
โฉ โฉ โฉ conditional modifier
Change view modifiers conditionally
( a ? b : c)
view ( property)
Circle() // โญ๏ธ conditional modifier (`isOn`: @State view property) .foregroundColor( isOn ? .red : .yellow )