FlexItemPositionType
public enum FlexItemPositionType
This file provides default fiori style for the component.
- Uncomment fhe following code.
- Implement layout and style in corresponding places.
- Delete
.generatedfrom file name. - Move this file to
_FioriStylesfolder underFioriSwiftUICore.
-
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