J04XBUDI04͔ΒɺQSJWBDZͱ͍͏ϓϩύςΟ͕Ճ͞Εͨ ࣮ @Environment(\.redactionReasons) var redactionReasons var body: some View { Text(Date(), style: .time) if redactionReasons.contains(.privacy) { // Locked Text("Unlock to see the text.") } else { Text("Secret Text.") } }