-
-
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
customizing Done button #41
Comments
OK, understand. For your specific project I would suggest you to follow these steps, but it's not a standard approach for any universal library:-
Thanks |
OK Great thanx, but unfortunately i can only access the header files of the framework after 35 sec later |
If you want your own customization then just kickoff the framework and drag n drop the actual source file from the demo. Thanks |
I tried to disable toolbar for specific views sth like IQKeyboardManager.sharedManager().disabledToolbarClasses(LoginViewController);. |
You have to use append method to disabledToolbarClasses, you are using this incorrectly. |
Is there a way to change title of done button or put and image for the button instead of text, by accessing the button object!?
i just need to change it's name from done to hide. no need to change the functionalty
if i used IQToolbarAddition category methods like addRightButtonOnKeyboardWithText:target:action
i will add my custom button to each textfield..
just thinking of doing this to every text filed give me pain :(
The text was updated successfully, but these errors were encountered: