# WKCStickerView **Repository Path**: cwwei_admin/WKCStickerView ## Basic Information - **Project Name**: WKCStickerView - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WKCStickerView 贴纸、文本编辑视图 [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application) [![CocoaPods compatible](https://img.shields.io/cocoapods/v/WKCStickerView?style=flat)](https://cocoapods.org/pods/WKCStickerView) [![License: MIT](https://img.shields.io/cocoapods/l/WKCStickerView?style=flat)](http://opensource.org/licenses/MIT) WKCStickerView 贴纸编辑视图; WKCTextEditView 文本编辑视图; # 属性 | 属性 | 含义 | | ---- | ---- | | isActivity | 视图是否处于活跃状态, 默认YES | | shouldAnimation | 点击时是否有动画效果, 默认YES | | notTapBringToFront | 点击时,不移动到最上层 默认NO | | rorationImage | 旋转按钮的图片 | | leftTopImage | 左上按钮的图片 | | leftBottomImage | 左下按钮图片 | | rightTopImage | 右上按钮图片 | | shouldShowBorder | 是否要边框线(默认YES) | | shouldBorderAntialias | 边框是否是锯齿效果(默认YES) | | borderWidth | 边框宽度 | | borderColor | 边框颜色 | | minScale | 最小比例, 默认0.5 | | maxScale | 最大比例, 默认2.0 | | controlSize | 按钮大小 | | limitWidth | 限制宽度 | | WKCStickerView 独立属性 | 含义 | | ---- | ---- | | contentImage | 贴纸图片 | | WKCTextEditView 独立属性 | 含义 | | ---- | ---- | | contentText | 内容文案 | | contentFont | 内容字体 | | contentColor | 字体颜色 | ![Alt text](https://github.com/WKCLoveYang/WKCStickerView/raw/master/Source/1.png).