ClassFinder

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

A default implementation of the view controllers finder that searches for a view controller by its name.

Associated types

  • Declaration

    Swift

    public typealias ViewController = VC
  • Declaration

    Swift

    public typealias Context = C

Properties

Methods