FUIObjectHeaderViewBaseComponent
public protocol FUIObjectHeaderViewBaseComponent : AnyObject
Undocumented
-
Label property configuration for
headline
content.Remark
aUILabel
will 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
subheadline
content.Remark
aUILabel
will 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
footnote
content.Remark
aUILabel
will 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
description
content.Remark
aUILabel
will 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
status
content.Remark
aUILabel
will 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
substatus
content.Remark
aUILabel
will 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
statusImage
content.Remark
aUIImageView
will 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
substatusImage
content.Remark
aUIImageView
will not be rendered in the view hierarchy at runtime; text and configurations will produce aNSTextAttachment
, rendered in aNSAttributedString
.Declaration
Swift
var substatusImageView: FUIImageView { get }
-
UIImageView
displayingdetailImage
content. Will be rendered in view hierarchy.Declaration
Swift
var detailImageView: FUIImageView { get }
-
Distribution of left and right content columns, when in
.regular
horizontal content mode. Defaults to0.5
.Declaration
Swift
var splitPercent: CGFloat { get set }
-
Specifies whether the
splitPercent
is applied. If not, the.compact
variant of the layout will be used, even when in.regular
mode. Defaults totrue
.Declaration
Swift
var isApplyingSplitPercent: Bool { get set }