Last updated 2 months ago
Was this helpful?
โฉ โฉ โฉ mask
view.mask()
view.inverseMask()๏ผ custom extension
// .mask() vs .clipShape() view.mask(Circle().opacity(0.5)) // with opacity view.clipShape(Circle()) // no opacity
Design+Code โฉ
โฉ โฉ โฉ
View โฉ