StickerAction

@objc
public enum StickerAction : Int

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

  • Change the color of the sticker. Only works if the sticker’s tintMode is not .none.

    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
  • Change the brightness of the sticker. Only works if allowBrightnessAdjustment of the sticker is true.

    Declaration

    Swift

    case brightness
  • Change the contrast of the sticker. Only works if allowContrastAdjustment of the sticker is true.

    Declaration

    Swift

    case contrast
  • Change the saturation of the sticker. Only works if allowSaturationAdjustment of the sticker is true.

    Declaration

    Swift

    case saturation