I put a numeric keypad in my app for inputing numbers into a text view, but in order to input numbers I have to click on the text view. Once I do so, the regular keyboard co
For Swift 2.x, 3.x, 4.x, 5.x
textField.inputView = UIView()
does the trick