SectionModel
class SectionModel : Section, SupplementaryAccessible
Convenience getters and setters for collection view header and footer models, used in UICollectionViewFlowLayout
-
Returns UICollectionView header model for current section
Declaration
Swift
public var collectionHeaderModel: Any? { get set }
-
Returns UICollectionView footer model for current section
Declaration
Swift
public var collectionFooterModel: Any? { get set }