There is a text field. There is a custom keyboard block. When you click on the text field, you need the system keyboard to not appear, and the cursor appears and there was an opportunity to work with it in the text field. Is it possible to do it programmatically?
This should do the trick:
textField.inputView = UIView()
Swift 2 and above