user4951
user4951

Reputation: 33140

Can we check the NSNotification table?

For example, say I want to see what's the actual current table of NSNotification. I want to see how it change after I add notification, after I remove observers, etc.

Upvotes: 0

Views: 39

Answers (1)

Richard J. Ross III
Richard J. Ross III

Reputation: 55573

Nope, you can't, at least without some runtime voodoo.

Upvotes: 1

Related Questions