-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to change the Toolbar's done button 's name #557
Comments
There is a property exposed with IQKeyboardManager class to change Done button text. |
look but found, as it is called property? |
It's toolbarDoneBarButtonItemText` |
Hi @hackiftekhar I'm trying to set done button's text but is not working. There's my code:
Best Regards |
@alfredolucomav It works for me in Swift, this is my code:
Try to reverse the order of the lines, possibly when initializing the pod add the additional configuration. |
@resand but It does not woriking on Objective-c's library. Any Suggestion? Best Regards |
@alfredolucomav Personally I don't know any other pod or library. You can perform your own implementation of a custom view with a general xib. |
You can edit from pod files. Just go to 1952. line in IQKeyboardManager.m file |
how to change the Toolbar's done button 's name en Swift??
The text was updated successfully, but these errors were encountered: