FUIObjectHeaderViewComponent
public protocol FUIObjectHeaderViewComponent : FUIObjectHeaderViewBaseComponent
Undocumented
-
Label property configuration for
body
content.Remark
aUILabel
will not be rendered in the view hierarchy at runtime; text and configurations will produce aNSAttributedString
.Declaration
Swift
var bodyLabel: FUILabelProxy { get }
-
bodyText
Default implementationOptional string for
body
content.Default Implementation
Optional string for
body
content.Declaration
Swift
var bodyText: String? { get set }
-
Optional subview of
FUIObjectHeaderView
. Typically used to renderFUIKPIView
, orFUIChartHeaderContentView
.Remark
MUST implementintrinsicContentSize
for correct layout.Declaration
Swift
var detailContentView: UIView? { get set }