AdjustEditController

@available(iOS 9.0, *)
@objcMembers
@objc(PESDKAdjustEditController)
open class AdjustEditController : ViewController

An AdjustEditController can be used to update the AdjustmentModel of a PhotoEditModel. It is supposed to be contained in a tool controller and be presented above a PhotoEditPreviewController.

  • Updates the adjust tool that this controller currently handles.

    Declaration

    Swift

    open func setAdjustTool(_ adjustTool: AdjustTool?, animated: Bool)

    Parameters

    adjustTool

    The adjust tool to update.

    animated

    Whether to animate this change or not.