Using a timer with the NSTimer class

Sometimes, you need to use the NSTimer functionality, this is the place to look.
On my first application that I will be submitting to the App Store, it needs to run a check on a frequent basis, so a timer that runs and calls another method is required!
This is the code that you need in [...]