List of iPhone URL Schemes
If you want to implement some cross-application connection in iOS, by making use of the following code snipped:
[[ UIApplication sharedApplication] openURL: url];
Now, as for the URL bit, there is a really good repository of iPhone URL's that can be found by going to:
Examples include Facebook, iTunes, SMS, Maps etc.
