A water mark framework from iOS app
- add water mark for all iOS app pages
- not block the usage of system Pages: UIImagePickerViewController and other UIxxxViewController
you can learn more in example project, clone the repo, and run pod install
from the Example directory first.
iOS 11.0+
TYHWaterMark is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'TYHWaterMark'
TYHWaterMark is available under the MIT license. See the LICENSE file for more info.
一个给 iOS app 添加 app 内全局水印的 framework 不会阻塞相册等系统组件的使用