DefaultStackIterator

public struct DefaultStackIterator : StackIterator

Default implementation of StackIterator protocol

Internal entities

  • A starting point in the UIViewControllers stack

    • topMost: Start from the topmost UIViewController
    • root: Start from the UIWindows root UIViewController
    • custom: Start from the custom UIViewController
    See more

    Declaration

    Swift

    public enum StartingPoint

Properties

Methods