I would like to catch the key-in event with pressesBegan. But any normal text events does not reach pressesBegan.
Instead, I get this message in the debugger screen : "Warning: insertText reached".
I implemented UIKeyInput protocol at my UIViewController and seemed that I could catch the events via insertText.
But not possible to handle key up/down events via this protocol.
Is there any best practice to handle normal text key-in/out events?
Instead, I get this message in the debugger screen : "Warning: insertText reached".
I implemented UIKeyInput protocol at my UIViewController and seemed that I could catch the events via insertText.
But not possible to handle key up/down events via this protocol.
Is there any best practice to handle normal text key-in/out events?