InlineStackIteratingFinder

public struct InlineStackIteratingFinder<VC, C> : StackIteratingFinder where VC : UIViewController

InlineStackIteratingFinder. Might be useful for the configuration testing.

Associated types

  • Type of UIViewController that Factory can build

    Declaration

    Swift

    public typealias ViewController = VC
  • Context to be passed into UIViewController

    Declaration

    Swift

    public typealias Context = C

Properties

Functions