The following code:
Swift
Text("Hello, world!")
.redacted(reason: .placeholder)
creates a rectangle with rounded corners. Is there any way to reduce/eliminate the corner rounding?
thanks in advance
The following code:
Swift
Text("Hello, world!")
.redacted(reason: .placeholder)
creates a rectangle with rounded corners. Is there any way to reduce/eliminate the corner rounding?
thanks in advance