how can i make call from my application to particular no. Give me some logic or code for performing this task...
Use UIApplication's openURL: method:
openURL:
[[UIApplication sharedApplication] openURL: [NSURL URLWithString:[NSString stringWithFormat:@"tel:%@",phoneNumber]]];
2.1m questions
2.1m answers
60 comments
57.0k users