简体   繁体   中英

Number keypad with missing keys in ios9

Does anyone know why an issue like this in iOS9 native Number Pad Occurs.

在此处输入图片说明

This only happens in one of the viewcontollers and in the rest it works fine.

I have set the textfield keyboard type from the interface builder and not via code.Please advice how to overcome this issue.

Edited:

ScreenShots from Interface builder, 在此处输入图片说明

I had the same issue when configuring the keyboard type in Interface Builder.

The problem disappears if I set the keyboard type in my viewDidLoad method:

eanTF.keyboardType = .NumberPad 

EDIT: I've also set the Appareance to default (in Interface Builder) in the commit.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM