in Settings.bundle I define my app preferences with different fields, some of them are text fields. However when I press on a text field to edit it the keyboard slides up.
My problem is that the keyboard does not disappear. It has a return button. Clicking on it the cursor just jumps to the next text field.
I have seen some keyboards that have a done button.
Is it possible to set UIReturnKeyType in Settings.bundle?
Below is the list of keyboard type in iPhone.
Here is the link to Apple Documentation link.
http://developer.apple.com/library/ios/#documentation/uikit/reference/UITextInputTraits_Protocol/Reference/UITextInputTraits.html#//apple_ref/doc/c_ref/UIKeyboardTypeDefault
you can set the anyone of above .