Tool implementations
-
Declaration
Swift
public class AngleTool : DrawingToolForShapeWithThreePoints -
Declaration
Swift
public class ArrowTool : DrawingToolForShapeWithTwoPoints -
Declaration
Swift
public class EllipseTool : DrawingToolForShapeWithTwoPoints -
Declaration
Swift
public class EraserTool : PenTool -
Declaration
Swift
public class LineTool : DrawingToolForShapeWithTwoPoints -
Declaration
Swift
public class PenTool : DrawingTool -
Declaration
Swift
public class PentagonTool : DrawingToolForShapeWithTwoPoints -
Declaration
Swift
public class RectTool : DrawingToolForShapeWithTwoPoints -
Declaration
Swift
public class SelectionTool : DrawingTool -
Declaration
Swift
public protocol SelectionToolDelegate : AnyObject -
Declaration
Swift
public class StarTool : DrawingToolForShapeWithTwoPoints -
Declaration
-
Declaration
Swift
public protocol TextToolDelegate : AnyObject -
Declaration
Swift
public class TextShapeEditingView : UIView -
Declaration
Swift
public class TriangleTool : DrawingToolForShapeWithTwoPoints
View on GitHub
Tool implementations Reference