CKComponentDelegateForwarder Class Reference
Inherits from | NSObject |
---|---|
Declared in | CKComponentDelegateForwarder.h |
+ newWithSelectors:
This initializer will make an object that forwards calls to the given selectors on to the component, and its nextResponder, etc.
+ (instancetype)newWithSelectors:(CKComponentForwardedSelectors)selectors
Declared In
CKComponentDelegateForwarder.h
view
The view is used to find out where to start looking in the component responder chain.
@property (nonatomic, weak) UIView *view
Discussion
The forwarder will call [view.ck_component targetForAction: withSender:] to proxy to the responder chain, so this needs to be accurate when you mount/unmount.
Declared In
CKComponentDelegateForwarder.h