TextGestureController

@available(iOS 9.0, *)
@objcMembers
@objc(PESDKTextGestureController)
@_objcRuntimeName(PESDKTextGestureController)
open class TextGestureController : SpriteGestureController<TextSpriteModel, TextSelectionView>

The TextGestureController adds pan, pinch, and rotate gestures to sticker specific dialogs.

Properties

  • The gesture recognizer to detect changes to the left side of the bounding box.

    Declaration

    Swift

    public let leftDragGestureRecognizer: UIPanGestureRecognizer
  • The gesture recognizer to detect changes to the right side of the bounding box.

    Declaration

    Swift

    public let rightDragGestureRecognizer: UIPanGestureRecognizer