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
I think it's a good idea to make Notifier subclass of NSObject.
this way, developers can retain Notifier object with protocol extensions too. (using objc_setAssociatedObject) .
I think it's a good idea to make
Notifier
subclass ofNSObject
.this way, developers can retain
Notifier
object with protocol extensions too. (usingobjc_setAssociatedObject
) .I've described it here: http://stackoverflow.com/questions/38190702/how-to-use-objc-protocol-with-optional-and-extensions-at-the-same-time/42212943#42212943
The text was updated successfully, but these errors were encountered: