CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
2pods
ImageTextView is a subclass of UITextView that allows you to add UIImage elements.
It has a placeholder attribute as well. The demo showcases it in use.
License: MIT
TouchDraw is a subclass of UIView that allows you to draw using touch. It exposes the following functions:
- exportDrawing() -> UIImage
- clearDrawing()
- undo()
- redo()
- setColor(color: UIColor?)
- setWidth(width: CGFloat)
- importStack(stack: [Stroke])
- exportStack() -> [Stroke]
License: MIT