CanvasView

open class CanvasView : UIView

The CanvasView class makes it easy to draw shapes.

  • The paths that will be drawn.

    Declaration

    Swift

    open var paths: [CanvasPath] { get set }