StickerSelectionView

@available(iOS 9.0, *)
@objcMembers
@objc(PESDKStickerSelectionView)
open class StickerSelectionView : UIView

A StickerSelectionView is displayed above a sticker image view to indicate that this sticker is selected.

Properties

  • Called by accessibility to make the selection smaller.

    Declaration

    Swift

    open var decrementHandler: (() -> Void)?
  • Called by accessibility to make the selection bigger.

    Declaration

    Swift

    open var incrementHandler: (() -> Void)?
  • Called by accessibility to rotate the selection to the left.

    Declaration

    Swift

    open var rotateLeftHandler: (() -> Void)?
  • Called by accessibility to rotate the selection to the right.

    Declaration

    Swift

    open var rotateRightHandler: (() -> Void)?