I want to get contacts information and make a call to their phoneNumber programmatically, I have searched a lot but I couldn't find objective-C code to access contacts and make the call. I'm using the following code for calling:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"telprompt://PhoneNumber"]];
Please let me know how I can call a contact programmatically.