WhiteboardView
open class WhiteboardView : UIViewRepresents whiteboard view
- 
                  
                  DeclarationSwift open private(set) var mode: WhiteboardViewMode { get set }
- 
                  
                  Remote cursor size DeclarationSwift open private(set) var cursorSize: CGSize { get }
- 
                  
                  Size of arrow tool triangle for the smallest brush size DeclarationSwift open private(set) var arrowSize: CGSize { get }
- 
                  
                  DeclarationSwift open override var frame: CGRect { get set }
- 
                  
                  DeclarationSwift open var backgroundImage: UIImage? { get }
- 
                  
                  Called only in preview mode DeclarationSwift open var onTap: ((_ location: CGPoint) -> Void)?
- 
                  
                  DeclarationSwift open var onDoubleTap: ((_ location: CGPoint) -> Void)?
- 
                  
                  DeclarationSwift public required override init(frame: CGRect)
- 
                  
                  DeclarationSwift required public init?(coder aDecoder: NSCoder)
- 
                  
                  Sets the mode that may allow to handle touches or not DeclarationSwift open func setMode(_ mode: WhiteboardViewMode)
- 
                  
                  DeclarationSwift open func setCursorSize(_ cursorSize: CGSize)
- 
                  
                  DeclarationSwift open func setArrowSize(_ arrowSize: CGSize)
- 
                  
                  DeclarationSwift override open func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?)
- 
                  
                  DeclarationSwift override open func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?)
- 
                  
                  DeclarationSwift override open func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?)
- 
                  
                  DeclarationSwift open override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?)
 Install in Dash
Install in Dash WhiteboardView Class Reference
        WhiteboardView Class Reference