Home > XCode / C > Make phone call with Iphone API

Make phone call with Iphone API

November 30th, 2009 Leave a comment Go to comments

NSURL *phoneNumberURL = [NSURL URLWithString:@"tel:8005551234"];
[[UIApplication sharedApplication] openURL:phoneNumberURL];

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]
Categories: XCode / C Tags:
  1. No comments yet.