There are many view controllers in my application. It's a social network. And I need to change one of images of the application automatically if user didn't touch the screen for 10 minutes for instance.
My first idea is to detect touches on each screen and depending on that implement "auto away".
But may be easier way exists. May be I can detect touches of the entire device in my application.
Thank you in advance!