Hi, I am having a problem in touchesMoved method in a view which is added on UIScroller view due to project specification. I added some number of labels which contains some text on each label and on swipping my finger on labels i have to play a specific file for that word.
If i just add the view on the window directly i got all touch events in touchesMoved without any problem, where as when i add my view on UIScrollerView and then add this to window there is some lag in touchesMoved method. I am not getting continuous touch points in touchesMoved as normal view. As a result while swapping the finger from the view it happens that some labels are missed or some times all are detected.
Is the problem is due scroll view as same code runs perfectly in normal condition(means without scroll view).
If any one have any solution to this i will be greatly thank full to you.
Regards, Vishal.