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