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 color
  • Straighten the sticker.

    Declaration

    Swift

    case straighten
  • 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
  • Replace the sticker with a different sticker.

    Declaration

    Swift

    case replace
  • Change the opacity of a sticker.

    Declaration

    Swift

    case opacity