In the app I am performing some action on custom done button that is added on the Number pad, as number pad does not have return key. Now, the problem is when hardware keyboard is attached I am not able to handle the return key press on hardware keyboard in case of Number pad. Is there any way to receive return press event of external bluetooth keyboard for number pad textfield?
Handle return key of bluetooth keyboard for number pad
344 views Asked by Javal Nanda At
2
If you are using a UITextField for input, you can implement it's delegate method, which should work for hardware and software keyboard return key...