We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9c9b53 + fedcabc commit aca8926Copy full SHA for aca8926
ReactiveObjC/RACDelegateProxy.h
@@ -18,7 +18,7 @@ NS_ASSUME_NONNULL_BEGIN
18
19
// The delegate to which messages should be forwarded if not handled by
20
// any -signalForSelector: applications.
21
-@property (nonatomic, unsafe_unretained) id rac_proxiedDelegate;
+@property (nonatomic, weak) id rac_proxiedDelegate;
22
23
// Creates a delegate proxy capable of responding to selectors from `protocol`.
24
- (instancetype)initWithProtocol:(Protocol *)protocol;
0 commit comments