I have a CADisplayLink set up for my gameloop that handles the animation loop.
When the game is over I show another storyboard with the game result. At that storyboard the user can choose to Try again. And if so I choose to show the game storyboard again.
How do I pause and resume the CADisplayLink in the correct way? Or should I destroy the CADisplayLink and create a new when the game starts again?