App delegate doesn't work after starting using Storyboards -iOS
- by user968173
I have a small problem with my game.. I wanna stop my game whenever it's interrupted.
My stopGame method was working when I called it in applicationWillResignActive when I was using xib files. When I changed it to storyboards, it stopped working.. applicationWillResignActive still works with storyboards and my stopGame method is called, but for some reason, my game does not stop..
Has someone faced a problem like this? And possible solutions please..
Thanks in advance..