UpdatableViewFinder
public protocol UpdatableViewFinder
Object, that searches view hierarchy to find View
, that can be updated with provided Context
.
-
Type of
View
to search forDeclaration
Swift
associatedtype ViewType : ViewController
-
Argument type, that can be used to update a
View
.Declaration
Swift
associatedtype Context