How to display keyboard in iOS8
ios, keyboard, uitextfield
Solution
To fix this, on simulator, open the Menu: Hardware - Keyboard - Toggle software menu (make sure it's checked)
Problem
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~