StartingPoint
public enum StartingPoint
A starting point in the UIViewControllers stack
- topMost: Start from the topmost
UIViewController - root: Start from the
UIWindows rootUIViewController - custom: Start from the custom
UIViewController
-
Start from the topmost
UIViewControllerDeclaration
Swift
case topmost -
Start from the
UIWindows rootUIViewControllerDeclaration
Swift
case root -
Start from the custom
UIViewControllerDeclaration
Swift
case custom(@autoclosure () throws -> UIViewController?)