UIViewController

public extension UIViewController
  • Called when this view controller or a parent view controller is about to become the active tool of a PhotoEditViewController.

    Declaration

    Swift

    @objc(pesdk_willBecomeActiveTool)
    func willBecomeActiveTool()
  • Called when this view controller or a parent view controller became the active tool of a PhotoEditViewController.

    Declaration

    Swift

    @objc(pesdk_didBecomeActiveTool)
    func didBecomeActiveTool()
  • Called when this view controller or a parent view controller is about to resign being the active tool of a PhotoEditViewController.

    Declaration

    Swift

    @objc(pesdk_willResignActiveTool)
    func willResignActiveTool()
  • Called when this view controller or a parent view controller resigned being the active tool of a PhotoEditViewController.

    Declaration

    Swift

    @objc(pesdk_didResignActiveTool)
    func didResignActiveTool()