how can i know if a textfield value is changed while i'm entering data from some buttons rather than from keyboard .I have tried UITextfield delegate methods but it works only if i am tusing the keyboard.I am using different UIButtons to enter data on the textfield,so UITextfield delegates wont work here.Please share your thoughts on the approache's i should use here.Should i use NSNotification??but how to know textfield value changed on data entered from UIButton.
The references i have used are Listen to a value change of my text field