CKComponentHostingViewDelegate Protocol Reference

Conforms to NSObject
Declared in CKComponentHostingViewDelegate.h

– componentHostingViewDidInvalidateSize: required method

Called after the hosting view updates the component view to a new size.

- (void)componentHostingViewDidInvalidateSize:(UIView *)hostingView

Discussion

The delegate can use this callback to appropriately resize the view frame to fit the new component size. The view will not resize itself.

Declared In

CKComponentHostingViewDelegate.h