FlexItemPositionType

public enum FlexItemPositionType

This file provides default fiori style for the component.

  1. Uncomment fhe following code.
  2. Implement layout and style in corresponding places.
  3. Delete .generated from file name.
  4. Move this file to _FioriStyles folder under FioriSwiftUICore.
  • Inserts the flex item above the main header component.

    Declaration

    Swift

    case aboveMainHeader
  • Inserts the flex item above the title, but below the main header (if present).

    Declaration

    Swift

    case aboveTitle
  • Inserts the flex item between the title and subtitle, at the top of the subtitle section. Equivalent to “below the title” in vertical layout.

    Declaration

    Swift

    case betweenTitleAndSubtitle
  • Inserts the flex item below the subtitle.

    Declaration

    Swift

    case belowSubtitle