Ignore Tab character in UITextField… (iPad app)

前端 未结 5 765
难免孤独
难免孤独 2021-01-17 09:39

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 t

5条回答
  •  执念已碎
    2021-01-17 10:11

    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.

提交回复
热议问题