1.内存泄露:Run->Leaks
把不需要的图片remove掉,再
[[CCTextureCache sharedTextureCache] removeUnusedTextures];
2.禁止程序后台运行
在info.plist中添加UIApplicationExitsOnSuspend,后面打勾
1.内存泄露:Run->Leaks
把不需要的图片remove掉,再
[[CCTextureCache sharedTextureCache] removeUnusedTextures];
2.禁止程序后台运行
在info.plist中添加UIApplicationExitsOnSuspend,后面打勾