hello I am developing small gameApp. I need to pause the timer,when user goes to another view [say settings view]. when user comes back to that view , I need to resume the
You can't pause an NSTimer. You can, however invalidate it and create a new one when needed.