CKStaticLayoutComponent Class Reference
Inherits from | CKLayoutComponent : CKComponent : NSObject |
---|---|
Declared in | CKStaticLayoutComponent.h |
Overview
@uidocs https://fburl.com/CKStaticLayoutComponent:0a97
A component that positions children at fixed positions.
Computes a size that is the union of all childrens' frames.
+ newWithView:size:children:
Passed to the super class initializer.
+ (instancetype)newWithView:(const CKComponentViewConfiguration &)view size:(const CKComponentSize &)size children:(CKContainerWrapper<std::vector<CKStaticLayoutComponentChild> > & &)children
Parameters
view |
Passed to the super class initializer. |
---|---|
children |
Children to be positioned at fixed positions. |
Declared In
CKStaticLayoutComponent.h
+ newWithChildren:
Convenience that does not have a view or size.
+ (instancetype)newWithChildren:(CKContainerWrapper<std::vector<CKStaticLayoutComponentChild> > & &)children
Declared In
CKStaticLayoutComponent.h