FUIObjectViewComponent
public protocol FUIObjectViewComponent : FUIObjectViewBaseComponent
Component protocol for ObjectView properties
-
Specifies whether the dimensions of the
iconImagesshould be preserved, even if the property is empty. Defaults tofalse.Declaration
Swift
var preserveIconStackSpacing: Bool { get set } -
Specifies whether the dimensions of the
detailImageViewshould be preserved, even if theimageproperty is empty. Defaults tofalse.Declaration
Swift
var preserveDetailImageSpacing: Bool { get set } -
Specifies whether the height of the
descriptioncontent will be limited to match the height of content in theheadline,subheadline, andfootnotelabels for regular mode. In compact mode, this property will be ignored. Defaults totrue.Declaration
Swift
var isLimitingHeightToMainContent: Bool { get set }