Hiding keyboard
-
Hello
Some keyboard types have the "return" button, which hides the keyboard. But how do you hide the decimal pad?
Or, more generally, how do you the keyboard on a touch event anywhere in the view?
-
https://omz-forums.appspot.com/pythonista/post/5854599239958528
end_editing
method ends editing on textfield/textviews. use a delegate method to do this based on number of digits entered, etc