StickerOptionsToolController

@available(iOS 9.0, *)
@objcMembers
@objc(PESDKStickerOptionsToolController)
open class StickerOptionsToolController : MenuToolController, BrandedTool
extension StickerOptionsToolController: SpriteEditControllerDelegate
extension StickerOptionsToolController: StickerEditControllerDelegate
extension StickerOptionsToolController: TransitionProviding

The tool controller to edit stickers. It contains a menu with options to change attributes of the sticker and a SpriteEditController to change a sticker’s geometry.

Properties

Initializers

Overlay Buttons

  • An array of all overlay buttons that are displayed in the controller. This includes undoButton and redoButton.

    Declaration

    Swift

    open private(set) var overlayButtons: [OverlayButton] { get }
  • The undo button that is displayed in the controller.

    Declaration

    Swift

    open private(set) var undoButton: OverlayButton? { get }
  • The redo button that is displayed in the controller.

    Declaration

    Swift

    open private(set) var redoButton: OverlayButton? { get }