openURL helps you launch Maps, SMS, Browser, Phone, and even other applications.
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel://8004664411"]];
To check out the URL Schemes for ios
http://wiki.akosma.com/IPhone_URL_Schemes
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel://8004664411"]];
To check out the URL Schemes for ios
http://wiki.akosma.com/IPhone_URL_Schemes
No comments:
Post a Comment