Skip to content

Instantly share code, notes, and snippets.

@miwillhite
Created September 27, 2013 14:22
Show Gist options
  • Select an option

  • Save miwillhite/6729361 to your computer and use it in GitHub Desktop.

Select an option

Save miwillhite/6729361 to your computer and use it in GitHub Desktop.
- (void)viewWillAppear:(BOOL)animated {
[super viewWillAppear:animated];
SKView *skView = [[SKView alloc] initWithFrame:self.view.frame];
[self.view addSubview:skView];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment