CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.
TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Apr 2016 |
SPMSupports SPM | ✗ |
Maintained by luiyezheng.
StickerTextView is an subclass of UIImageView. You can add multiple text to it, edit, rotate, resize the text as you want with one finger, then render the text on Image.
Just drag the file in Source to your project
First, import StickerView, then subclass the UIImageView, which you want to add text on, to StickerTextView, like this:
import StickerTextView
class ViewController: UIViewController {
@IBOutlet var stickerView: stickerImageView!
}
It is quite easy to add new label to current StickerImageView:
stickerView.addLabel()