I would like to provide the functionality whereby a user can dial a phone number by tapping a button next to a label that shows the number. I have the basic button action method:
-(IBAction)Call:(id)sender{
//Define function
}
... but I don't understand how to trigger the dialing of the phone within the method.