Answer the question
In order to leave comments, you need to log in
How to add a button to the iOS keyboard?
How can I add a DONE button that will hide the keyboard after typing in the UITextField.
from this:
do this:
Preferably in swift.
Answer the question
In order to leave comments, you need to log in
Not by standard means.
Solution:
[textField resignFirstResponder];
or
[self.view endEditing:YES];
or
Make custom keyboard via extensions (iOS8+)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question