CKStackLayoutAlignItems Constants Reference
Declared in | CKStackLayoutComponent.h |
---|
CKStackLayoutAlignItems
Definition
typedef NS_ENUM(NSUInteger, CKStackLayoutAlignItems ) {
CKStackLayoutAlignItemsStart,
CKStackLayoutAlignItemsEnd,
CKStackLayoutAlignItemsCenter,
CKStackLayoutAlignItemsStretch,
};
Constants
CKStackLayoutAlignItemsStart
-
Align children to start of cross axis
Declared In
CKStackLayoutComponent.h
. CKStackLayoutAlignItemsEnd
-
Align children with end of cross axis
Declared In
CKStackLayoutComponent.h
. CKStackLayoutAlignItemsCenter
-
Center children on cross axis
Declared In
CKStackLayoutComponent.h
. CKStackLayoutAlignItemsStretch
-
Expand children to fill cross axis
Declared In
CKStackLayoutComponent.h
.