TextTool

public class TextTool : NSObject, DrawingTool
extension TextTool: UITextViewDelegate

Public properties

  • You may set yourself as the delegate to be notified when special selection events happen that you might want to react to. The core framework does not use this delegate.

    Declaration

    Swift

    public weak var delegate: TextToolDelegate?

Internal state

Tool lifecycle