CKStackLayoutJustifyContent Constants Reference
Declared in | CKStackLayoutComponent.h |
---|
CKStackLayoutJustifyContent
If no children are flexible, how should this component justify its children in the available space?
Definition
typedef NS_ENUM(NSUInteger, CKStackLayoutJustifyContent ) {
CKStackLayoutJustifyContentStart,
CKStackLayoutJustifyContentCenter,
CKStackLayoutJustifyContentEnd,
};
Constants
CKStackLayoutJustifyContentStart
-
On overflow, children overflow out of this component’s bounds on the right/bottom side. On underflow, children are left/top-aligned within this component’s bounds.
Declared In
CKStackLayoutComponent.h
. CKStackLayoutJustifyContentCenter
-
On overflow, children are centered and overflow on both sides. On underflow, children are centered within this component’s bounds in the stacking direction.
Declared In
CKStackLayoutComponent.h
. CKStackLayoutJustifyContentEnd
-
On overflow, children overflow out of this component’s bounds on the left/top side. On underflow, children are right/bottom-aligned within this component’s bounds.
Declared In
CKStackLayoutComponent.h
.
Declared In
CKStackLayoutComponent.h