.iOS14

โฌ†๏ธ ้œ€่ฆ๏ผš .if(_:then:)

// use case
Text("Hello, world!")
   .padding()
   .if(.iOS14) { $0.background(Color.red) }    // โญ๏ธ use case

Last updated