TableSectionHeaderFooterViewModel
public protocol TableSectionHeaderFooterViewModel : ReusableSupplementaryViewModelProtocolProtocol that needs to be implemented by custom header footer view models.
- 
                  
                  The title of the header DeclarationSwift var title: String? { get }
- 
                  
                  The height of the header DeclarationSwift var height: CGFloat? { get }
- 
                  
                  Asks the view model to update the header/footer view with the content in the model. DeclarationSwift func applyViewModelToView(_ view: UIView)Parametersviewthe header/footer view 
 View on GitHub
View on GitHub TableSectionHeaderFooterViewModel Protocol Reference
        TableSectionHeaderFooterViewModel Protocol Reference