This package provides Label and ImageView for screen capture prevention. Usage is the same as UIImageView and UILabel.
It can be applied by changing UILabel to SecureLabel or UIImageView to SecureImageView without any special setting.
iOS 13.0+
Using Swift Package Manager
dependencies: [
.package(url: "https://github.com/Jaesung-Jung/CapturePreventionKit.git", .upToNextMajor(from: "1.1.0"))
]
MIT license. See LICENSE for details.
