From my app I want to open the phone\'s dialer keypad which is used to make phone call. I tried as
[[UIApplication sharedApplication] openURL:[NSURL URLWithStrin
You can use it by setting a property in UITextField keyboardtype .
selectedTextField.keyboardType=UIKeyboardTypePhonePad;