CKComponentSizeRangeProviding Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | CKComponentSizeRangeProviding.h |
– sizeRangeForBoundingSize:
required method
Called when the layout of an CKComponentHostingView
is dirtied.
- (CKSizeRange)sizeRangeForBoundingSize:(CGSize)size
Discussion
The delegate can use this callback to provide a size range that constrains the layout size of a component.
Declared In
CKComponentSizeRangeProviding.h