0
My field (Uitextfield) does not display the application keyboard when it is selected through the simulator.
0
My field (Uitextfield) does not display the application keyboard when it is selected through the simulator.
1
In the simulator, immediately you can use Command + k
to show or hide the keyboard.
By default it comes hidden because the option Connect Hardware Keyboard on the menu Hardware > Keyboard
is selected, so your data input pattern will be via the physical keyboard 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 to gain agility in typing.
Browser other questions tagged ios objective-c keyboard uitextfield
You are not signed in. Login or sign up in order to post.
In the apparatus or simulator?
– Paulo Rodrigues
http://answall.com/help/how-to-ask
– Renan Gomes
Please improve your question.
– Faro
http://stackoverflow.com/questions/24420873/xcode-6-keyboard-does-not-show-up-in-simulator
– Faro
In the simulator Paulo Rodrigues.
– Wagner Mauricio
Renan, I apologize for the not-so-specific question and thank you for the informed link. Problem solved by changing IOS Simulator > Keyboard configuration.
– Wagner Mauricio