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 }
CanvasView Docs (100% documented)
open class CanvasView : UIView
The CanvasView
class makes it easy to draw shapes.
The paths that will be drawn.
Swift
open var paths: [CanvasPath] { get set }