-(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event { NSLog(@" touches "); }
The above method is not calling in my apps. My application description is as under.
I have a MainViewController which loads a ContentViewController in it. ContentViewController has a webview which loads a pdf file.
How to listen the tap of MainViewController's View.
Regards.