是否可以通过NotificationCenter 列出对象正在观察的所有通知?
Best Answer-推荐答案 strong>
您可以通过解析 [[NSNotificationCenter defaultCenter] debugDescription] 并搜索对象地址来实现:
- 名称、对象、观察者、选项
- NSWindowWillEnterFullScreenNotification, 0x7fffb685e8e0,
0x6000001003f0, 1400
- _NSWindowDidChangeContentsHostedInLayerSurfaceNotification, 0x7fffb685e8e0, 0x6180000a4680, 1400
- NSAntialiasThresholdChangedNotification, 0x7fffb685e8e0,
0x6080001e0300, 1400
- kCFLocaleCurrentLocaleDidChangeNotification,
0x7fffb685e8e0, 0x7fffb685e9c0, 1001
- 一些字符串,0x7fffb685e8e0,
0x600000000210, 1400
- ...
关于ios - 如何列出对象正在观察的所有通知?,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/44762677/
|