FUIObjectHeaderViewBaseComponent
public protocol FUIObjectHeaderViewBaseComponent : AnyObject
Base component protocol for ObjectHeaderViewBase properties
-
Label property configuration for
headlinecontent.Remark
aUILabelwill not be rendered in the view hierarchy at runtime; text and configurations will produce aNSAttributedString.Declaration
Swift
var headlineLabel: FUILabelProxy { get } -
Label property configuration for
subheadlinecontent.Remark
aUILabelwill not be rendered in the view hierarchy at runtime; text and configurations will produce aNSAttributedString.Declaration
Swift
var subheadlineLabel: FUILabelProxy { get } -
Label property configuration for
footnotecontent.Remark
aUILabelwill not be rendered in the view hierarchy at runtime; text and configurations will produce aNSAttributedString.Declaration
Swift
var footnoteLabel: FUILabelProxy { get } -
Label property configuration for
descriptioncontent.Remark
aUILabelwill not be rendered in the view hierarchy at runtime; text and configurations will produce aNSAttributedString.Declaration
Swift
var descriptionLabel: FUILabelProxy { get } -
Label property configuration for
statuscontent.Remark
aUILabelwill not be rendered in the view hierarchy at runtime; text and configurations will produce aNSAttributedString.Declaration
Swift
var statusLabel: FUILabelProxy { get } -
Label property configuration for
substatuscontent.Remark
aUILabelwill not be rendered in the view hierarchy at runtime; text and configurations will produce aNSAttributedString.Declaration
Swift
var substatusLabel: FUILabelProxy { get } -
ImageView property configuration for
statusImagecontent.Remark
aUIImageViewwill not be rendered in the view hierarchy at runtime; text and configurations will produce aNSTextAttachment, rendered in aNSAttributedString.Declaration
Swift
var statusImageView: FUIImageView { get } -
ImageView property configuration for
substatusImagecontent.Remark
aUIImageViewwill not be rendered in the view hierarchy at runtime; text and configurations will produce aNSTextAttachment, rendered in aNSAttributedString.Declaration
Swift
var substatusImageView: FUIImageView { get } -
UIImageViewdisplayingdetailImagecontent. Will be rendered in view hierarchy.Declaration
Swift
var detailImageView: FUIImageView { get } -
Distribution of left and right content columns, when in
.regularhorizontal content mode. Defaults to0.5.Declaration
Swift
var splitPercent: CGFloat { get set } -
Specifies whether the
splitPercentis applied. If not, the.compactvariant of the layout will be used, even when in.regularmode. Defaults totrue.Declaration
Swift
var isApplyingSplitPercent: Bool { get set }