Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个俄罗斯方块游戏,当游戏正在玩并且应用程序进入后台后,它会继续工作,这样玩家会在一段时间后输掉游戏。当应用程序逐步减少时,我想让我的游戏暂停。
如何响应应用程序状态(后台或前台)的变化?
让您的应用委托实现-applicationWillResignActive:并暂停游戏。
-applicationWillResignActive: