Reputation: 138
Im trying to convert my iOS7 project to iOS8
When I built the app in iPhone 5s simulator for iOS8.0, I found the keyboard would no longer appear automatically when clicking a UITextField
or UITextView
...
Is there any one can tell me how to solve this?
thanks~
Upvotes: 3
Views: 1191
Reputation: 3463
I had a similar problem that was the reverse of the above. When I built the app in simulator for iOS7.0 the keyboard not showing up.
The above answer solved the problem for IOS 7 builds as well.
Upvotes: 1
Reputation: 96
To fix this, on simulator, open the Menu: Hardware - Keyboard - Toggle software menu (make sure it's checked)
Upvotes: 8