Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

sujithkrishnan

macrumors 6502
Original poster
May 9, 2008
265
0
Bangalore
HI ...


How to track user-touch events in UIViewController class...

i tried giving self.view .delegate = self;

Still all those touchBegan, touchMoved, etc methods didnt worked.....

But i created a separate UIView class and wrote all those methods in that, and assigned a object of that class as its view

self.view = myView

How to put those delegate methods for "touch" in UIViewController class?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.