https://github.com/Jaesung-Jung/CapturePreventionKit
Provides Label and ImageView for screen capture prevention.
https://github.com/Jaesung-Jung/CapturePreventionKit
Last synced: 20 days ago
JSON representation
Provides Label and ImageView for screen capture prevention.
- Host: GitHub
- URL: https://github.com/Jaesung-Jung/CapturePreventionKit
- Owner: Jaesung-Jung
- License: mit
- Created: 2021-11-15T10:17:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-31T08:22:17.000Z (almost 2 years ago)
- Last Synced: 2024-07-31T15:02:39.762Z (9 months ago)
- Language: Swift
- Homepage:
- Size: 2.07 MB
- Stars: 27
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-awesome-swift - CapturePreventionKit - Provides `Label` and `ImageView` for `screen capture prevention`. (Libs / UI)
- awesome-swift - CapturePreventionKit - Provides `Label` and `ImageView` for `screen capture prevention`. (Libs / UI)
README
# Capture Prevention Kit
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](https://github.com/Jaesung-Jung/CapturePreventionKit/blob/main/LICENSE) for details.