iphone - How to catch touch event in every view of an app? -


i want catch touch event in views.so should deal appdelegate.

i referred

iphone: detecting user inactivity/idle time since last screen touch

but not success

hope i'll in right direction

thanks

app delegate not responder. subclass uiwindow, , override it's event handling methods, because window gets touch events in first time.


Comments

Popular posts from this blog

Delphi Wmi Query on a Remote Machine -