MainFlowController

@available(iOS 9.0, *)
@objcMembers
@objc(PESDKMainFlowController)
open class MainFlowController : NSObject
extension MainFlowController: EventSubscriber

The MainFlowController is the EventSubscriber of the MediaEditViewController and all subclasses of PhotoEditToolController. It is responsible for presenting and dismissing tools and forwards updated PhotoEditModels to each active controller. It also keeps track of the unedited photo edit model, to check for changes.

Properties

Initializers