I am using this code phone calling from iPhone its calling directly to particular number.My question is it it possible to have some intermediate dialing screen so when i click on this button it leads to that screen and by clicking call button there i can make a call.Dial screen
should be like the image.
-(IBAction)call{
NSString *StrNumber = @"15553451290";
[[UIApplication sharedApplication] ![enter image description here][1]openURL:[NSURL URLWithString:[NSString stringWithFormat:@"tel:%@",StrNumber]]];
}
No @zink. I think this facility is not available in ios. You can make a custom view like this and then from there you can put [[UIApplication sharedApplication] ![enter image description here][1]openURL:[NSURL URLWithString:[NSString stringWithFormat:@"tel:%@",StrNumber]]];