StartingPoint

public enum StartingPoint

A starting point in the UIViewControllers stack

  • topmost: Start from the topmost UIViewController
  • custom: Start from the custom UIViewController
  • Start from the topmost UIViewController

    Declaration

    Swift

    case topmost
  • Start from the custom UIViewController

    Declaration

    Swift

    case custom(@autoclosure () throws -> UIViewController?)