I work on a project for iPhone iOS 4 and Xcode 4.
There is a method to know if the text of a UITextField ha been modified by the user?
For example,I have 2 UITextField, textFieldA and textFieldB, and suppose that textField contains some text as "abc".
The user first tap in textFieldA (keyboard opens), and then in textFieldB. How can I know if the text in textFieldA has been modified by the user?
Thank you.