HI all.
I want to make use of a custom responder for textfield.
For that i made use of textField beginEditing: method and display a actionsheet with datePicker to select the date when user taps the textfield for editing.
Prob is that when i come back to this viewController aftre some push/pop of ViewController i will come back to same viewController and this textField beginEditing: is calling automatically (again) and actionSheet is becoming visible again...
Why so?????
But its not clear to me that why the normal keypad is not coming in background !!!!
(fortunately i dont want that to display, but i would like to know when the keypad is becoming visible?)
I want to make use of a custom responder for textfield.
For that i made use of textField beginEditing: method and display a actionsheet with datePicker to select the date when user taps the textfield for editing.
Prob is that when i come back to this viewController aftre some push/pop of ViewController i will come back to same viewController and this textField beginEditing: is calling automatically (again) and actionSheet is becoming visible again...
Why so?????
But its not clear to me that why the normal keypad is not coming in background !!!!
(fortunately i dont want that to display, but i would like to know when the keypad is becoming visible?)