Hi All,
I have a scroll view which has some controls like textField and textArea on it. I want to detect the touches event on scroll view so that I can use resignfirstresponder on my textfields.
I have also tried subclassing UIScrollview, but the approach didnt work for me. Can anyone please help me in detecting touches event on scrollview?
Please help. Thanks in advance