Rule request: Discarded opaque NSNotificationCenter observer #1062
Closed
Description
From http://fauxpasapp.com/rules/#rule-DiscardedOpaqueNotificationObserver:
Warns if the return value of -[NSNotificationCenter addObserverForName:object:queue:usingBlock:]
is not stored anywhere. This method returns an opaque observer object that is needed in order to stop observing.