Skip to content

Instantly share code, notes, and snippets.

@samanthamjohn
Created September 6, 2012 23:14
Show Gist options
  • Save samanthamjohn/3661164 to your computer and use it in GitHub Desktop.
Save samanthamjohn/3661164 to your computer and use it in GitHub Desktop.
Original StageViewController
-(void) viewDidLoad
{
[[CCDirector sharedDirector] setAnimationInterval:1.f/60.f];
[[CCDirector sharedDirector] setView:stageView];
CCScene *scene = [StageLayer scene];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment