FMIceLinkLayoutDirection Constants Reference
| Declared in | FMIceLinkLayoutDirection.h |
|---|
FMIceLinkLayoutDirection
Specifies the direction of the layout flow.
Definition
typedef NS_ENUM(NSInteger, FMIceLinkLayoutDirection ) {
FMIceLinkLayoutDirectionHorizontal = 1,
FMIceLinkLayoutDirectionVertical = 2,
};
Constants
FMIceLinkLayoutDirectionHorizontal-
Indicates that the layout should flow horizontally, filling rows as needed.
Declared In
FMIceLinkLayoutDirection.h. FMIceLinkLayoutDirectionVertical-
Indicates that the layout should flow vertically, filling columns as needed.
Declared In
FMIceLinkLayoutDirection.h.
Declared In
FMIceLinkLayoutDirection.h