• Stars
    star
    27
  • Rank 899,163 (Top 18 %)
  • Language
    Swift
  • License
    MIT License
  • Created almost 3 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Provides Label and ImageView for screen capture prevention.

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 for details.