FUIGridRowItemAlignment
public enum FUIGridRowItemAlignment : Int
The vertical layout of grid row items in the row.
-
A layout where the top of items are aligned with the top of the row.
Declaration
Swift
case top -
A layout where the bottom of items are aligned with the bottom of the row.
Declaration
Swift
case bottom -
A layout where all the items in the row are aligned based on their first baseline.
Declaration
Swift
case firstBaseline -
A layout where all the items in the row are aligned based on their last baseline.
Declaration
Swift
case lastBaseline -
A layout where the center of items are aligned with the center of the row.
Declaration
Swift
case center