I need to popup a keyboard when the user hits on a UITextField. I understand that this is done automatically. But the Keyboard i require should have the .com , @ signs in it. Like in the Facebook application for iOS.
How can i add this Keyboard ? And what is it called ?
Your answer can be found here: Programmatically change UITextField Keyboard type
To summarise…
You can change the keyboard type by doing the following:
Replacing
(TYPE)with one of the following:The one you are looking for (shows @ and .com) is
UIKeyboardTypeEmailAddress