I know I can call out Phone App in iPhone & dial a phone number by :
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel:12345678"]];
However, is there any way to call out the Phone App & fill in a phone number only ( no need to dial the number ) ?