Monday, 15 April 2013

objective c - iPhone 6 iOS 8 keyboard not showing while the UITextField is active -


This is happening with the actual iPhone 6 device and not the simulator.

In my application, some view controllers support both portrait and landscape orientation. This app is working fine on the iPhone 5 (iOS 8). On iPhone 6, when I change the orientation from portrait to landscape and then go to portrait, and after pressing the next view controller, the keyboard is not showing the keyboard when the UItextfield is active. The keyboard is not visible at all on the screen, but when I have taped from the bottom it indicates that points on the textfield are being shown. That's why the keyboard status has changed and it is not visible at all on the screen. I have not optimized my application for iPhone 6 and used native scaling. Can anyone recommend me any possible solutions ???

This is a bug of iOS simulator.

To see the keyboard, just press CMD (⌘) + of

.


No comments:

Post a Comment