ObjectHeaderAdditionalInfoAlignment
public enum ObjectHeaderAdditionalInfoAlignment
Controls how the additional info section (tags, bodyText, footnote)
— and descriptionText when shown in its place — is horizontally aligned
within ObjectHeader when a detailImage is present.
title and subtitle always stay together on the top row next to the
detail image, regardless of this value.
-
Tags, body text, and footnote indent under the title, past the trailing edge of the detail image. This is the default behavior.
Declaration
Swift
case alignWithTitle -
Tags, body text, and footnote align with the container’s leading edge — the same edge as the detail image — instead of indenting under the title.
Declaration
Swift
case leadingEdge