问题
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~
回答1:
To fix this, on simulator, open the Menu: Hardware - Keyboard - Toggle software menu (make sure it's checked)
回答2:
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.
来源:https://stackoverflow.com/questions/24752981/how-to-display-keyboard-in-ios8