I have a TableView with TextFields in each cell and I want to those textfields ignore the character tab (\\t).
\\t
When the tab key is pressed, the t
t
Have you tried checking other characters in the range you're calling shouldChangeCharactersInRange with? That will make sure it's not being called properly (vis a vis a problem with the tab key specifically).
more on shouldChangeCharactersInRange here