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.
精彩评论