An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

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

![](https://raw.githubusercontent.com/Jaesung-Jung/CapturePreventionKit/main/preview.gif)

## 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.