Inherits from NSObject
Declared in RACDelegateProxy.h
RACDelegateProxy.m

Overview

A delegate object suitable for using -rac_signalForSelector:fromProtocol: upon.

Properties

rac_proxiedDelegate

The delegate to which messages should be forwarded if not handled by any signalForSelector: applications.

@property (nonatomic, unsafe_unretained) id rac_proxiedDelegate

Declared In

RACDelegateProxy.h

Instance Methods

initWithProtocol:

Creates a delegate proxy capable of responding to selectors from protocol.

- (instancetype)initWithProtocol:(Protocol *)protocol

Declared In

RACDelegateProxy.h

signalForSelector:

Calls -rac_signalForSelector:fromProtocol: using the protocol specified during initialization.

- (RACSignal *)signalForSelector:(SEL)selector

Declared In

RACDelegateProxy.h