UITableView
extension UITableView: ContentStateMessagingView
-
Register
Declaration
Swift
func register(with cellFactory: CellFactory)Parameters
cellFactoryFactory
-
dequeueCell
Declaration
Swift
func dequeueCell(to item: Any, from cellFactories: [CellFactory], for indexPath: IndexPath, filter: (Any, [CellFactory]) -> CellFactory? = _cellFactoryFilter, eventHandler: Any?) -> UITableViewCellParameters
itemItem
cellFactoriesFactories
indexPathIndex path
filterFilter
eventHandlerHandler
-
Suppress annoying redraw, especially in static tables
Declaration
Swift
func update(layout: () -> Void = {})
View on GitHub
UITableView Extension Reference