-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
Description
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