hackiftekhar / IQKeyboardManager

Codeless drop-in universal library allows to prevent issues of keyboard sliding up and cover UITextField/UITextView. Neither need to write any code nor any setup required and much more.
MIT License
16.43k stars 2.4k forks source link

Customize AutoToolbar #897

Closed druvinskiy closed 7 years ago

druvinskiy commented 7 years ago

How do I change the name of the "Done" button and give it a custom action?

hackiftekhar commented 7 years ago

You can add your own customized UIToolbar as inputAccessoryView. It will show in your textfield keyboard and you can do the behaviour you want.