Headerable

@available(*, deprecated, message: "Migrate to https://github.com/stanwood/SourceModel_iOS")
@objc
public protocol Headerable

Headerable protocol to add header support for UICollectionView and UITableView

  • UITableView section header view

    Declaration

    Swift

    @objc
    optional var headerView: UIView { get }
  • UICollectionView header reuseable header view

    Declaration

    Swift

    @objc
    optional var reusableView: UICollectionReusableView { get }