/CapturePreventionExample

CapturePreventionExample_SwiftUI

Primary LanguageSwift

SwiftUI Capture Prevention

✅ .capturePrevented Modifier

    Text("Capture Prevention Label")
        .capturePrevented(isPrevented: true) // ✅ Use 
        .frame(height: 40)