Protocols

The following protocols are available globally.

  • The methods adopted by the object you use to manage provide information about the table view header or footer

    Note

    if the height is nil then you should make UIView as a self-sized view
    See more

    Declaration

    Swift

    public protocol SectionHeaderFooterProvider
  • The protocol that defines Unique Object Any object that conforms to this protocol should provide a unique ID By default Reusable has implementation that provides ID as an object name

    See more

    Declaration

    Swift

    public protocol Reusable
  • Generic protocol that requires to provide configure(with model: Model) method

    See more

    Declaration

    Swift

    public protocol Configurable