Since the touch functions wont work until they are subclasses for the UIScrollView,i have subclassed them and gets the touch co-ordinates in the subclass. But all my operations are being done in MainViewController.m . How can i send this value there? Might seem an easy Q, but it is taking a lot of time for me,plz help me.
views:
31answers:
2
A:
Any solutions are also welcome.Plz post if any other soluton is available.
wolverine
2009-12-12 11:15:55
How about editing your answer to show what you decided to do?
wkw
2009-12-12 15:34:58
A:
I don't know what your answer is, but I just learned this technology a few days ago also. It was that, in the touchesBegan method of the view, I called
[self.nextResponder touchesBegan: touches withEvent: event];
and then wrote the touches began event in the view controller to which this passed the event.
Seems like no solution could be simpler.
John Doner
John R Doner
2009-12-12 22:18:42