I could get the keyboard to work but on a UITextView but some how the new line key doesn't show up.
please help me
thanks
I could get the keyboard to work but on a UITextView but some how the new line key doesn't show up.
please help me
thanks
Set the (UIKeyboardType)keyboardType and (UIReturnKeyTYpe) returnKeyType The options are documented here
if you are building in code.
If you are using IB then just go to the first inspector panel and set the TextInputTraits