是否有默认通知中心发布的通知列表?

时间:2010-04-20 15:27:19

标签: iphone

我试图找到一个,但不能。想知道默认情况下在iPhone OS中发布了什么类型的通知。

1 个答案:

答案 0 :(得分:2)

不,创建这样的列表没有意义。

您可以随时尝试:

[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(watch:) name:nil object:nil];

结果很有趣。