ScreenCaptureRedaction

1.1.1

Redact content when screen is recorded, or app is inactive
jiachenyee/ScreenCaptureRedaction

What's New

1.1.1

2023-09-24T19:29:05Z

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

Description

  • Swift Tools 5.9.0
View More Packages from this Author

Dependencies

  • None
Last updated: Wed Mar 20 2024 23:13:49 GMT-0900 (Hawaii-Aleutian Daylight Time)