Christian Paul Dehli

2pods

ImageTextView

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

  • Swift

TouchDraw

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

  • Swift