-
-
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
Exist a way for listen done click but without change the design #492
Comments
Please check IQUIView+IQToolbar.h, there is a method But please be sure to read document comments first. |
Thanks, and sorry i search but not found that method. Works perfect. |
Np |
How to get call back for Swift? |
There is same method in swift too. |
I can't find this method in v4.0.13. I was using v4.0.8 and I implemented that but now it shows no methods founds. |
I know I didn't do a good versioning this time, however for your question the methods has been changed to these:-
|
Thanks, @hackiftekhar I got these before your reply. |
I am searching for this method from the morning, in docs still this info not updated. |
Documentation updated! Thanks for pointing our @christiygag |
Currently the design is
But when i want listen the done action. I'm using
myTextfield.addDoneOnKeyboardWithTarget(self, action: "doneAction")
and the design is
i want know if is possible mantain the next and preview buttons in the keyboard. Thanks.
The text was updated successfully, but these errors were encountered: