I have written this method in my flipsideviewcontroller.m
- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event
but its not called. WHat shld i do so that when someone touch on flipsideviewcontroller this method called.
I have written this method in my flipsideviewcontroller.m
- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event
but its not called. WHat shld i do so that when someone touch on flipsideviewcontroller this method called.