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


needs remove key shown in keyboard or if can disable 1

needs remove or disable key ipad keyboard specific text field, shown in image

you cannot remove specific button keyboard unless create custom keyboard. but, there different kinds of keyboard defined already. can manage keyboard behaviour.

[yourtextfield setkeyboardtype: uikeyboardtype];


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

Delphi interface implements -

java - How to create Table using Apache PDFBox -