CKStackLayoutAlignSelf Constants Reference
Declared in | CKStackLayoutComponent.h |
---|---|
References | CKStackLayoutAlignItems |
CKStackLayoutAlignSelf
Each child may override their parent stack’s cross axis alignment.
Definition
typedef NS_ENUM(NSUInteger, CKStackLayoutAlignSelf ) {
CKStackLayoutAlignSelfAuto,
CKStackLayoutAlignSelfStart,
CKStackLayoutAlignSelfEnd,
CKStackLayoutAlignSelfCenter,
CKStackLayoutAlignSelfStretch,
};
Constants
CKStackLayoutAlignSelfAuto
-
Inherit alignment value from containing stack.
Declared In
CKStackLayoutComponent.h
. CKStackLayoutAlignSelfStart
-
Each child may override their parent stack’s cross axis alignment.
Declared In
CKStackLayoutComponent.h
. CKStackLayoutAlignSelfEnd
-
Each child may override their parent stack’s cross axis alignment.
Declared In
CKStackLayoutComponent.h
. CKStackLayoutAlignSelfCenter
-
Each child may override their parent stack’s cross axis alignment.
Declared In
CKStackLayoutComponent.h
. CKStackLayoutAlignSelfStretch
-
Each child may override their parent stack’s cross axis alignment.
Declared In
CKStackLayoutComponent.h
.
See Also
Declared In
CKStackLayoutComponent.h