Skip to content

Instantly share code, notes, and snippets.

@sdabet
Last active December 10, 2015 22:48
Show Gist options
  • Save sdabet/4504626 to your computer and use it in GitHub Desktop.
Save sdabet/4504626 to your computer and use it in GitHub Desktop.
CCNode *node = [CCNode node];
[node addChild:child1];
[node addChild:child2];
// ...
[node centerContentWithPadding:10 TotalWidth:[[CCDirector sharedDirector] winSize].width];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment