Overview patterns
-
UITableViewHeaderFooterView
reusable view for headers and footers.The
UITableViewHeaderFooterView
has two style options:.title
, and.attribute
.In
.title
style, only thetitleLabel
is displayed.In
See more.attribute
style, thetitleLabel
is displayed, and theattributeLabel
may also be displayed. Also, in.attribute
style, the disclosure indicator is displayed by default.Declaration
Swift
open class FUITableViewHeaderFooterView : NibDesignableTableViewHeaderFooterView
-
UICollectionReusableView
supplementary view for headers and footers. API matches that ofFUITableViewHeaderFooterView
, excludingleading-
andtrailingPadding
properties.The
FUICollectionSectionHeaderFooterView
has two style options:.title
, and.attribute
.In
.title
style, only thetitleLabel
is displayed.In
See more.attribute
style, thetitleLabel
is displayed, and theattributeLabel
may also be displayed. Also, in.attribute
style, the disclosure indicator is displayed by default.Declaration
Swift
open class FUICollectionSectionHeaderFooterView : NibDesignableCollectionReusableView
-
Describes different presentation styles in
See moreFUISectionHeaderFooter
. Determines which views are visible; affects labels’ fonts, and vertical padding.Declaration
Swift
public enum FUISectionHeaderFooterStyle