tags:

views:

17

answers:

1

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

+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