开发者

Is there a list of notifications which are posted by the default notification center?

I tried to find one, but couldn't. Would 开发者_Go百科like to know what kind of notifications are posted around in iPhone OS, by default.


No, and it wouldn't be meaningful to create such a list.

You can always try:

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

The results are interesting.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜