ViewControllerPresentWalkthrough

protocol ViewControllerPresentWalkthrough : ViewControllerPresenter

Protocol used to extend functionality with walkthrough presentation method that adds the content view into the ViewControllerPresenter view.

  • presentWalkthrough(_:) Extension method

    Present walkthrough screen modally.

    Declaration

    Swift

    func presentWalkthrough(_ completion: (() -> Void)? = nil)