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 viewDeclaration
Swift
@objc optional var headerView: UIView { get }
-
UICollectionView
header reuseable header viewDeclaration
Swift
@objc optional var reusableView: UICollectionReusableView { get }