CKStatefulViewComponent Class Reference
Inherits from | CKComponent : NSObject |
---|---|
Declared in | CKStatefulViewComponent.h |
Overview
Used with CKStatefulViewComponentController. You must use +newWithSize: or +new to initialize this component. You may not specify a view.
+ newWithView:size:
A struct describing the view for this component. Pass {} to specify that no view should be created.
+ (instancetype)newWithView:(const CKComponentViewConfiguration &)view size:(const CKComponentSize &)size
Parameters
view |
A struct describing the view for this component. Pass {} to specify that no view should be created. |
---|---|
size |
A size constraint that should apply to this component. Pass {} to specify no size constraint. @example A component that renders a red square: [CKComponent newWithView:{[UIView class], {{@selector(setBackgroundColor:), [UIColor redColor]}}} size:{100, 100}] |
Declared In
CKComponent.h