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

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -