How can I hide the keyboard on ScrollView touch event...
Scenario is like that...
->View ->ScrollView -->Textfield
I want to hide the keyboard on touch of scrollView. I tried to override the class for scrollview,but still i can't do it. Please help me with Code....