SwiftUI hole mask, reverse mask func HoleShapeMask(in rect: CGRect) -> Path { var shape = Rectangle().path(in: rect) shape.addPath(Circle().path(in: rect)) ...
確定! 回上一頁