Friday, September 10, 2010 Login      Search    
Main » Other » Application Details
openURL helps you launch Maps, SMS, Browser, Phone, and even other applications. This is one area of iPhone development that I always have to look up again when I need to do it and it is only one line!

Launching native apps with openURL

openURL helps you launch Maps, SMS, Browser, Phone, and even other applications.  This is one area of iPhone development that I always have to look up again when I need to do it and it is only one line! 

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel://8004664411"]];

This app demonstrates the basic protocols supported natively on the phone.

Read an original article and get a source code from here

 

Download file here:

There were 2 comments.

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
nwm : very nice...
  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
goodd

Post Comment

Latest Tutorials
Audio Applications Core Animation OpenGL ES Video Quartz Networking Multithreading Security Controls Windows and Views Tables Address Book File Management Database Access Web Applications Games Accelerometer GPS Utility Applications Other  IPhone Development  IPhone Forums  Directory  Exchange Links
Copyright 2007 by The iPhone Developer    Privacy Statement