ClassWithContextFinder

public struct ClassWithContextFinder<VC, C> : StackIteratingFinder where VC : UIViewController, VC : ContextChecking, C == VC.Context

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

The view controller should conform to the ContextChecking to be used with this finder.

Associated types

  • Declaration

    Swift

    public typealias ViewController = VC
  • Declaration

    Swift

    public typealias Context = C

Properties

Methods