iOS Keyboard - Capitalise 'done' button

后端 未结 2 1658
离开以前
离开以前 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:01

    You can try using the POD - > IQKeyboardManagerSwift LINK -->

    pod 'IQKeyboardManagerSwift', :git => 'https://github.com/hackiftekhar/IQKeyboardManager.git'

    This is very useful pod for handling stuff for keyboard

    0 讨论(0)
  • 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

    0 讨论(0)
提交回复
热议问题