FUIGridRowItemType
public enum FUIGridRowItemType
An enum representing the different item styles that a FUIGridRowItem can have.
-
Indicating this
FUIGridRowItemrepresents a number.Declaration
Swift
case number -
Indicating this
FUIGridRowItemrepresents a text.Declaration
Swift
case text -
Indicating this
FUIGridRowItemrepresents a image.Declaration
Swift
case image