Monday, April 23, 2012

Remove the Frames Per Second FPS in Cocos2d Project

Sooner or later you will need to remove the FPS image in your Cocos2d project.

[[CCDirector sharedDirector] setDisplayFPS:NO];

I do this directly after i setOpenGLView.

No comments: