-
-
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
Setting title for each textField #27
Labels
Comments
Do you want to set the title of the UIToolbar? |
Thanks for giving me an idea to enhance a new feature in IQKeyboardManager. You are doing right dude. I will implement thhis new functionality very soon. |
Added a property to automanage placeholder titles. |
You are welcome and thank you ! |
Thanks for giving new idea. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, i'm trying to set a tittle for the keyboard toolbar for each text field...
I managed to set a fixed title, by adding a UIBarButtonItem between 2 "nilButton"...
What i'm trying to do now is change this title every time the selected textFiled is change, to show, for example, the title "Name" when the name texfield is being filled, "Date" when the date textfield is being filled....
How should i do that ?
Thank you
The text was updated successfully, but these errors were encountered: