Tools

  • 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.

    See more

    Declaration

    Swift

    @available(iOS 9.0, *)
    @objcMembers
    @objc(PESDKStickerOptionsToolController)
    open class StickerOptionsToolController : MenuToolController, BrandedTool
  • The tool controller to edit text. It contains a menu with options to change attributes of the text and a SpriteEditController to change a text’s geometry.

    See more

    Declaration

    Swift

    @available(iOS 9.0, *)
    @objcMembers
    @objc(PESDKTextOptionsToolController)
    open class TextOptionsToolController : MenuToolController, BrandedTool