privacySensitive() doesn't work.
This is my code:
VStack {
Text("Card number")
.font(.headline)
Text("123 456 789")
.font(.headline)
.privacySensitive()
}
}
Simulator Version:
Version 13.0 (969) SimulatorKit 612 CoreSimulator 775
Xcode version: Version 13.0 beta 4 (13A5201i)