CKComponentAttachController Class Reference

Inherits from NSObject
Declared in CKComponentAttachController.h

Overview

Warning: This controller is affined to the main thread, all the methods should be called on the main thread and it should never cross a thread boundary.

– detachComponentLayoutWithScopeIdentifier:

Detaching a component tree will cause it to be unmounted from the view it is currently attached to and will mark the view as available to be attached again to a component tree.

- (void)detachComponentLayoutWithScopeIdentifier:(CKComponentScopeRootIdentifier)identifier

Declared In

CKComponentAttachController.h

– detachAll

Detach all previously attached components.

- (void)detachAll

Declared In

CKComponentAttachController.h