Structures

The following structures are available globally.

  • The reusable view configuration can decide if it can configure a given view with an object or not. If matching, it is able to configure the view with the object. It knows the reuse identifier of the cell

    Note

    Dequeuing a view is not part of configuration.
    See more

    Declaration

    Swift

    public struct ReusableViewConfiguration<View, Object> : ReusableViewConfiguring
  • Encapsulates all informaton and meta data one can provide related to sections.

    See more

    Declaration

    Swift

    public struct SectionMetaData