Top "Uikeyinput" questions

How to detect delete key on an UITextField in iOS 8?

I have subclassed UITextField and implemented the UIKeyInput protocol's deleteBackward method to detect backspace being pressed. This works fine on …

ios uitextfield ios8 uitextfielddelegate uikeyinput