Is there a way to find out if an object is registered as an observer for a particular notification? In my implementation, I have to add and remove observers on the fly. For some reason, a random problem occurs when the listener receives the same notification twice. I know that I need to revise my encoding, but it will be easier for me to correct if I knew this information. Thank.
source
share