PhotoEditMenuItem

@available(iOS 9.0, *)
public enum PhotoEditMenuItem

The menu item that is used in PhotoEditViewController, it can either represent a tool or an action.

  • A tool to present.

    Declaration

    Swift

    case tool(ToolMenuItem)
  • An action to perform.

    Declaration

    Swift

    case action(ActionMenuItem)
  • Creates the default menu items (trim, transform, filter, adjust, sticker, text, overlay, frame, brush, focus and auto enhancement)

    Declaration

    Swift

    public static var defaultItems: [PhotoEditMenuItem] { get }