FUIObjectViewComponent

public protocol FUIObjectViewComponent : FUIObjectViewBaseComponent

Component protocol for ObjectView properties

  • Specifies whether the dimensions of the iconImages should be preserved, even if the property is empty. Defaults to false.

    Declaration

    Swift

    var preserveIconStackSpacing: Bool { get set }
  • Specifies whether the dimensions of the detailImageView should be preserved, even if the image property is empty. Defaults to false.

    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 the headline, subheadline, and footnote labels for regular mode. In compact mode, this property will be ignored. Defaults to true.

    Declaration

    Swift

    var isLimitingHeightToMainContent: Bool { get set }