TextColorToolControllerOptionsBuilder

@objc(PESDKTextColorToolControllerOptionsBuilder) open class TextColorToolControllerOptionsBuilder: ColorToolControllerOptionsBuilder

The default TextColorToolControllerOptionsBuilder for TextColorToolControllerOptions.

  • This closure allows further configuration of the right dragging handle which can be used to resize the right side of the text’s bounding box.

    Declaration

    Swift

    open var rightDraggingHandleConfigurationClosure: ((UIImageView) -> Void)?
  • This closure allows further configuration of the left dragging handle which can be used to resize the left side of the text’s bounding box.

    Declaration

    Swift

    open var leftDraggingHandleConfigurationClosure: ((UIImageView) -> Void)?