App delegate doesn't work after starting using Storyboards -iOS
Posted
by
user968173
on Stack Overflow
See other posts from Stack Overflow
or by user968173
Published on 2012-11-16T16:57:32Z
Indexed on
2012/11/16
16:59 UTC
Read the original article
Hit count: 129
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..
© Stack Overflow or respective owner