Capture Prevention Kit
September 17, 2022 ยท View on GitHub
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.
Requirement
iOS 13.0+
Preview

Installation
Using Swift Package Manager
dependencies: [
.package(url: "https://github.com/Jaesung-Jung/CapturePreventionKit.git", .upToNextMajor(from: "1.1.0"))
]
License
MIT license. See LICENSE for details.