Latest | 0.0.6 |
---|---|
Homepage | https://github.com/wu890608/Mask |
License | MIT |
Platforms | ios 8.0, requires ARC |
Frameworks | UIKit, Foundation |
Authors |
swift 蒙版
Screenshots
1.支持自定义位置,大小,矩形,圆形,椭圆形
2.支持添加自定义图片
Installation
CocoaPods
With CocoaPods, add this line to your Podfile
.
pod 'Mask'
and run pod install
, then you’re all done!
Requirements
- swift 4.0+
- ARC
License
Mask is available under the MIT license, see the LICENSE file for more information.
How to use
Latest podspec
{ "name": "Mask", "version": "0.0.6", "summary": "design mask", "description": "mask share and create mask,use so easy.", "homepage": "https://github.com/wu890608/Mask", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "wu890608": "[email protected]" }, "platforms": { "ios": "8.0" }, "source": { "git": "https://github.com/wu890608/Mask.git", "tag": "0.0.6" }, "source_files": "Mask/Mask/Code/*.swift", "frameworks": [ "UIKit", "Foundation" ], "requires_arc": true, "pushed_with_swift_version": "4.0" }
Wed, 27 Dec 2017 12:40:03 +0000