UITextField does not display keyboard (IOS / Objective C) [closed]

0

My field (UITextField) does not display the application keyboard when selected through the simulator.

    
asked by anonymous 08.05.2015 / 20:06

1 answer

1

In the simulator, you can immediately use Command + k to show or hide the keyboard.

By default it's hidden because the Connect Hardware Keyboard option in the Hardware > Keyboard menu is selected, so your default data entry will be by the physical keyboard of the Mac .

You can uncheck this option to always display the simulator keyboard, but this will invalidate your physical keyboard and no key will take action, which is sometimes useful for gaining typing speed.

    
08.05.2015 / 20:47