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
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
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