FUIObjectViewComponent
public protocol FUIObjectViewComponent : FUIObjectViewBaseComponent
Component protocol for Object view properties
-
Specifies whether the dimensions of the
iconImages
should be preserved, even if the property is empty. Defaults tofalse
.Declaration
Swift
var preserveIconStackSpacing: Bool { get set }
-
Specifies whether the dimensions of the
detailImageView
should be preserved, even if theimage
property is empty. Defaults tofalse
.Declaration
Swift
var preserveDetailImageSpacing: Bool { get set }
-
Specifies whether the height of the
description
content will be limited to match the height of content in theheadline
,subheadline
, andfootnote
labels. Defaults totrue
.Declaration
Swift
var isLimitingHeightToMainContent: Bool { get set }