Skip to content

Redact content when screen is recorded, or app is inactive

License

Notifications You must be signed in to change notification settings

jiachenyee/ScreenCaptureRedaction

Repository files navigation

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()
    }
}

About

Redact content when screen is recorded, or app is inactive

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages