开发者

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

开发者 https://www.devze.com 2022-12-27 18:28 出处:网络
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.

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

精彩评论

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