search

Home  >  Q&A  >  body text

objective-c - iOS弹出键盘变大

最近在项目中发现一个问题,用户点击textfield后,弹出的键盘变高了,而且上下字母之间的间隔也变大了。代码使用的是系统自带的键盘。

图2是别的APP的弹出键盘,图1是我项目里面的。

世界只因有你世界只因有你2848 days ago759

reply all(2)I'll reply

  • 某草草

    某草草2017-05-02 09:21:03

    Solved, adaptation problem

    reply
    0
  • 为情所困

    为情所困2017-05-02 09:21:03

    UITextField follows the UITextInputTraits protocol. In this protocol, there are several attribute values, keyboardType, keyboardAppearance, returnKeyType. Different keyboard styles can be set through these attributes. . .

    reply
    0
  • Cancelreply