Код: Выделить всё
textField.returnKeyType = .default // I have this
textField.123KeyAction = { switch to .numberPad } // my expectation
textField.ABCKeyAction = { switch to .default } // my expectation
Подробнее здесь: https://stackoverflow.com/questions/794 ... ons-action
Мобильная версия