Updater
public protocol Updater
Represents an updater that manages the updation for target.
-
A type that represents a target to be updated for render given data.
Declaration
Swift
associatedtype Target : AnyObject -
A type that represents an adapter holding the data to be rendered.
Declaration
Swift
associatedtype Adapter : Adapter -
Perform updates to render given data to the target.
Parameters
targetA target instance to be updated to render given data.
adapterAn adapter holding currently rendered data.
dataA collection of sections to be rendered next.
View on GitHub
Updater Protocol Reference