You don't add the keyboard in interface builder. it automatically comes up with you have a textfield that is the first responder in your view.
There are some predefined keyboard types that you can select from.
Look up UIKeyboardType in the docs. You can change the return button.
|