PresentingFinder

public struct PresentingFinder<C> : Finder

PresentingFinder returns the presenting UIViewController of the topmost one in current stack.

Internal entities

  • A starting point in the UIViewControllers stack

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

    Declaration

    Swift

    public enum StartingPoint

Properties

Methods