Hi everyone,
I have a TableView with TextFields in each cell and I want to those textfields ignore the character tab (/t).
When the tab key is pressed, the textField:shouldChangeCharactersInRange method it's not called
Does anyone knows how to do this? I know that there is no tab key in the iPad keyboard but the blutooth and dock ones do and triggers a really weird behavior.
Thanks