Wilson L
Wilson L

Reputation: 138

How to display keyboard in iOS8

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

Answers (2)

Gerard G
Gerard G

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

user3630377
user3630377

Reputation: 96

To fix this, on simulator, open the Menu: Hardware - Keyboard - Toggle software menu (make sure it's checked)

Upvotes: 8

Related Questions