ZStack {
Color(.blue)
.frame(width: UIScreen.main.bounds.width - 15, height: UIScreen.main.bounds.height / 8)
.cornerRadius(5)
Text("广告栏").blendMode(.destinationOut)
}
ZStack {
Color(.blue)
.frame(width: UIScreen.main.bounds.width - 15, height: UIScreen.main.bounds.height / 8)
.cornerRadius(5)
Text("广告栏").blendMode(.destinationOut)
}