AdjustMenuItem

@available(iOS 9.0, *)
@objcMembers
@objc(PESDKAdjustMenuItem)
open class AdjustMenuItem : NSObject, MenuItem

The menu item that is used in AdjustToolController

  • The AdjustTool that this menu item represents.

    Declaration

    Swift

    public let adjustTool: AdjustTool?
  • The title of the menu item.

    Declaration

    Swift

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

    Declaration

    Swift

    public let icon: UIImage?
  • Creates a new adjust menu item for the given adjust tool.

    Declaration

    Swift

    public convenience init?(adjustTool: AdjustTool)

    Parameters

    adjustTool

    The adjust tool that this menu item represents.