You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RACDelegateProxy: change property from unsafe_unretained to weak.
Note that rac_proxiedDelegate can be nil since the delegate may be
released (as it's not tied to the original object's lifetime) or
someone may set the delegate to nil explicitly.
See also: https://stackoverflow.com/c/lightricks/questions/426/.
0 commit comments