Xcode 6.1 keyboard with iOS 8 keyboard not suitable

My iPhone app was common in xCode 5 and iOS 7. When I upgraded to xCode 6.1, everything was fine. But after I upgraded iOS 7 to iOS 8 (now xCode 6.1 and iOS 8), the DecimalPad keyboard type from uitextfield does not work property enter image description here

The decimal button is half its size, and when you touch the "red rectangle", the number "7" is selected. He also warns, "Unable to find a key block that supports type 8 for the iPhone-Portrait-DecimalPad keyboard using 1425143906_Portrait_iPhone-Simple-Pad_Default."

I run it on an iPhone 5S device.

Is this a problem with xCode 6.1 or iOS 8? Any solution to fix? Thank you very much!

+6
source share
1 answer

I also had this problem after upgrading to the latest Xcode.

iOS Simulator -> Hardware -> Keyboard -> Connect Hardware Keyboard 

This will fix the problem.

enter image description here

-2
source

Source: https://habr.com/ru/post/978266/


All Articles