To get rid of the frames per second display in a Cocos2d app, you can use the following method.
First, just go to the AppDelegate.m and find out where the following line resides:
[director setDisplayFPS:YES];
Then just comment the above line as:
// [director setDisplayFPS:YES]; // This will remove the frame rates from the app
No comments:
Post a Comment