WKCStickerView
贴纸、文本编辑视图
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 | 字体颜色 |
