jiachenyee/screencaptureredaction
Redact content when screen is recorded, or app is inactive
Usage
import ScreenCaptureRedaction
struct MyView: View {
var body: some View {
ScreenCaptureRedactionView {
Text("Really really sensitive information")
}
}
}Alternatively,
import ScreenCaptureRedaction
struct MyView: View {
var body: some View {
Text("Really really sensitive information")
.redactWhenScreenRecorded()
}
}Package Metadata
Repository: jiachenyee/screencaptureredaction
Default branch: main
README: README.md