My objective is to detect any touch event inside My Application on any view... (i.e Inside my application any touch event in anywhere should be detected...) I have tried it by subclassing my appDelegate Class with UIApplication but it is giving me error
http://stackoverflow.com/questions/3101345/how-to-detect-idle-user-in-iphone-sdk
how to resolve that error Or implement it in any other way...
Please Help
Thanks