I tried to find one, but couldn't. Would like to know what kind of notifications are posted around in iPhone OS, by default.
views:
17answers:
1
+2
A:
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.
Paul Lynch
2010-04-20 16:57:23