Index Hierarchy RACEventTrampoline Class Reference Inherits from NSObject Declared in RACEventTrampoline.h Tasks + trampolineForControl:controlEvents: + trampolineForTextView:delegateMethod: – didGetControlEvent: – didGetDelegateEvent:sender: subject property proxy property delegateMethod property Properties delegateMethod @property (nonatomic) SEL delegateMethod proxy @property (nonatomic, strong) RACDelegateProxy *proxy subject @property (nonatomic, strong) RACSubject *subject Class Methods trampolineForControl:controlEvents: + (instancetype)trampolineForControl:(UIControl *)control controlEvents:(UIControlEvents)controlEvents trampolineForTextView:delegateMethod: + (instancetype)trampolineForTextView:(UITextView *)textView delegateMethod:(SEL)method Instance Methods didGetControlEvent: - (void)didGetControlEvent:(id)sender didGetDelegateEvent:sender: - (void)didGetDelegateEvent:(SEL)delegateMethod sender:(id)sender Index Hierarchy