TrimToolOptions

@objcMembers
@objc(PESDKTrimToolOptions)
open class TrimToolOptions : ToolControllerOptions

Options for configuring a TrimTool.

  • The insets used to layout the overlay buttons in their container. The .top value is ignored.

    Declaration

    Swift

    public let overlayButtonInsets: UIEdgeInsets
  • Defaults to true. If disabled the legacy controls are displayed instead of the tooltips and overlay button controls.

    Declaration

    Swift

    public let useOverlayControls: Bool
  • Creates a new instance of TrimToolOptions using the given builder.

    Declaration

    Swift

    public init(trimBuilder: TrimToolOptionsBuilder)

    Parameters

    trimBuilder

    An instance of TrimToolOptionsBuilder.