How to make phone call Programatically in iphone ?

Leave a Comment

Make Phone call Dynamically using ios programming. Easy and Simple Way.

                You can make phone call from ios application using two line simple code. Here I am giving you that simple code so you can make phone call.
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel:+911122334455"]];
I have given this code for phone call. In it just you have to copy and past this code when you want to call.
You don't need to do any thing else rather than this. if you like this than follow my on studyoverflow.org.
If you need any programming guide than send me mail on devang9978@gmail.com.
                                                                                                                   Devang Patel
                                                                                                                  iphone Developer

0 comments:

Post a Comment