Keyboard is not displayed

I have an iOS TextField on a view which I’m showing as modal view. When I click on the TextField, the keyboard does not show up. It’s in the simulator so I don’t know if that is the exact same behavior on an actual device but it’s certainly annoying.

The TextField is visible and enabled, keyboard type is “NamePhonePad” but I’ve tried other settings. Is there anything I need to do to make the keyboard show up?

Hit Cmd + K in the simulator.

Cmd+k toggles the software keyboard… transferring control to the physical keyboard on your mac
But will not solve an issue that is actually related to your application should that be the real problem