iOS Keyboard - Capitalise 'done' button

后端 未结 2 1677
离开以前
离开以前 2021-01-21 21:25

I am using \'UIKeyboardTypeDefault\' keyboard type for my UITextfields.

The done button for the keyboard appears in lowercase as \'done\'. Is there anyway to make this a

2条回答
  •  执念已碎
    2021-01-21 22:08

    We cannot set a custom text for the return key, we can only select from the available options (refer attached screenshot). In order to set a custom text, for e.g capitalised 'done' button, you will have to create a custom keyboard. attached screenshot

提交回复
热议问题