I want the user to make a call from my application
Something like this post, but instead of sending an email, make a call http://stackoverflow.com/questions/310946/how-can-i-send-mail-from-an-iphone-application
Tanks!
I want the user to make a call from my application
Something like this post, but instead of sending an email, make a call http://stackoverflow.com/questions/310946/how-can-i-send-mail-from-an-iphone-application
Tanks!
NOTE: This will only work on an actual iPhone (not the simulator)
[[UIApplication sharedApplication] openURL: [NSURL URLWithString:@"tel:9995551234"]];