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
Check to make sure the delegate for the UITextField is set either in IB or code. Check to make sure your .h file has the UITextFieldDelegate specified
All should work now.