Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.23 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.23 KB

TYHWaterMark

CI Status Version License Platform

A water mark framework from iOS app

Features

  • add water mark for all iOS app pages
  • not block the usage of system Pages: UIImagePickerViewController and other UIxxxViewController

Usage

you can learn more in example project, clone the repo, and run pod install from the Example directory first.

image

Requirements

iOS 11.0+

Installation

TYHWaterMark is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'TYHWaterMark'

License

TYHWaterMark is available under the MIT license. See the LICENSE file for more info.

中文

一个给 iOS app 添加 app 内全局水印的 framework 不会阻塞相册等系统组件的使用