StickerCategoryMenuItem

@available(iOS 9.0, *)
@objcMembers
@objc(PESDKStickerCategoryMenuItem)
open class StickerCategoryMenuItem : NSObject, MenuItem

The menu item that is used in StickerToolController.

  • The StickerCategory that this menu item represents.

    Declaration

    Swift

    public let stickerCategory: StickerCategory
  • The title of the menu item.

    Declaration

    Swift

    public let title: String
  • The url to the icon of the menu item.

    Declaration

    Swift

    public let iconURL: URL
  • Creates a new sticker category menu item for the given sticker category.

    Declaration

    Swift

    public convenience init(stickerCategory: StickerCategory)

    Parameters

    stickerCategory

    The sticker category that this menu item represents.