I can't believe that this question hasn't been asked yet, but I have been unable to find it so that is my assumption.
I have created custom UITableViewCel
l subclasses using Interface Builder. These each contain a UILabel
and a UITextField
and are used for our login screen.
On the first UITextField
, I want the Keyboard Key to say Next
. However, on the second UITextField
, I want it to say "Done."
How do I programmatically change the value of the Return Key
on the keyboard? I cannot use Interface Builder
, since that would make both keys appear as Done
.
Thanks!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…