I am creating an app that requires the use of a USB Keyboard. (The normal touch screen keyboard has been disabled and will not show up.) When the user installs the app for this first time, they will need to create a four digit Pin. The input field for the Pin is password protected (as in dots will appear every time a new digit is entered). The Pin UITextField is set up to only except four numeric digits. Any other letters/numbers will not be added to the UITextField. This is what it looks like -
The problem here is when the user clicks the caps lock button on the USB keyboard, the caps lock image will appear in the UITextField. However, the field only accepts numbers, so I don't care to show a caps lock image in the text field. Is there a way I can remove the caps lock image?