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
UIViewControllerDeclaration
Swift
case topmost -
Start from the custom
UIViewControllerDeclaration
Swift
case custom(@autoclosure () throws -> UIViewController?)