StickerAction

@objc public enum StickerAction: Int

The actions that can be used in an instance of StickerOptionsToolController.

  • selectColor: Change the color of the sticker.
  • flip: Flip the sticker.
  • straighten: Straighten the sticker.
  • bringToFront: Bring the sticker to the front.
  • Change the color of the sticker.

    Declaration

    Swift

    case selectColor
  • Flip the sticker.

    Declaration

    Swift

    case flip
  • Straighten the sticker.

    Declaration

    Swift

    case straighten
  • Bring the sticker to the front.

    Declaration

    Swift

    case bringToFront