TrimToolOptionsBuilder

@objcMembers
@objc(PESDKTrimToolOptionsBuilder)
open class TrimToolOptionsBuilder : ToolControllerOptionsBuilder

The default TrimToolOptionsBuilder for TrimToolOptions.

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

    Declaration

    Swift

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

    Declaration

    Swift

    open var useOverlayControls: Bool
  • Creates a new instance of TrimToolOptionsBuilder initialized with the given options.

    Declaration

    Swift

    public init(trimOptions: TrimToolOptions)

    Parameters

    trimOptions

    A TrimToolOptions instance.