Updater
-
Represents an updater that manages the updation for target.
See moreDeclaration
Swift
public protocol Updater
-
An updater for managing diffing updates to render data to the
See moreUITableView
.Declaration
Swift
open class UITableViewUpdater<Adapter> : Updater where Adapter : UITableViewAdapter
-
An updater for managing to perform reload data to render data to the
See moreUITableView
.Declaration
Swift
open class UITableViewReloadDataUpdater<Adapter> : Updater where Adapter : UITableViewAdapter
-
An updater for managing diffing updates to render data to the
See moreUICollectionView
.Declaration
Swift
open class UICollectionViewUpdater<Adapter> : Updater where Adapter : UICollectionViewAdapter
-
An updater for managing to perform reload data to render data to the
See moreUICollectionView
.Declaration
Swift
open class UICollectionViewReloadDataUpdater<Adapter> : Updater where Adapter : UICollectionViewAdapter