Hidden keyboard in UI
-
hello everyone
I am writing something with pythonista ui module , now I have some problems.
In iPhone, if I try to edit something in ui.TextView, then keyboard will show, but after input I can't close or hidden keyboard , and iPhone keyboard does not have an exit button, so basically I have no way to exit edit model.
I want konw how to hidden keyboard in ui module. Can someone help me? Thank you.
-
last edited by JonB
-
@JonB Thank you very much. call
end_editing()
method solves my problem perfectly