forum

Home / DeveloperSection / Forums / Detecting value changed in UITextField

Detecting value changed in UITextField

Anonymous User 1747 28-Oct-2015

I was creating an iPhone app and having a situation when I need to detect if the text field value is changed every time. The UITextFieldDelegate method shouldChangeCharactersInRange works but it’s not fully useful for me because it returns YES, so the texts of textField are not being available to other methods.

I want something like Java textChanged event handler, can anyone help me.


Updated on 28-Oct-2015
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By