How to remove or disable language preferences key from iPad keyboard for specific text field

前端 未结 3 1441
花落未央
花落未央 2021-01-22 04:43

\"Needs1

Needs to remove or disable key from iPad ke

3条回答
  •  花落未央
    2021-01-22 05:09

    You cannot remove a specific button from keyboard unless you create a custom keyboard. But, there are different kinds of keyboard defined already. What you can do is manage the keyboard behaviour.

    [yourTextField setKeyboardType: UIKeyboardType];

提交回复
热议问题