I have a View based application where I switch views with presentModalViewController. On my RootView I have an animation loop triggered by an NSTimer that plays continuously in the background while I'm viewing my SecondView. My question is, how can I stop the animation in RootView from running when I've selected the SecondViewController? I would like to resume the animation when I return to the RootView. Should I invalidate the NSTimer then create it again?
Thanks,
Nick
Thanks,
Nick