CellFactory
final class CellFactory
                CellFactory
- 
                  
                  
Suitability
Declaration
Swift
func suitable(for item: Any) -> BoolParameters
itemItem
 - 
                  
                  
Configure
Declaration
Swift
func configure(_ cell: UITableViewCell, with item: Any, for indexPath: IndexPath, eventHandler: Any?) -> UITableViewCell?Parameters
cellCell
itemItem
indexPathIndex path
eventHandlerEvent handler
 
            View on GitHub
          
      CellFactory Class Reference