I want to display enter key on keyboard instead of return key. Because i want user to type in a texView. We know that there is no keypad return in textView. Generally, i want to replace the "return" key with "enter". Normally in textView, the return key works as enter. So i need the return key labeled as enter. Is it possible?
How to display enter key in iOS keypad for textView (objective c)
930 Views Asked by Soorej Babu At
3
There are 3 best solutions below
0

You cannot set custom text for the return key on iOS. There are a number of options but those are the only ones.
Try using the returnKeyType attribute:
Here are the available options: