Skip to content

Instantly share code, notes, and snippets.

@ChrisBuchholz
Created June 26, 2014 08:07
Show Gist options
  • Save ChrisBuchholz/be7365f4c026019eb1fa to your computer and use it in GitHub Desktop.
Save ChrisBuchholz/be7365f4c026019eb1fa to your computer and use it in GitHub Desktop.
self.incomingScene.size = self.outgoingScene.view.frame.size;
[self.incomingScene.view layoutIfNeeded];
UIImage *screenshot = [self getScreenshotOfScene:self.incomingScene];
NSLog(@"width: %f", screenshot.size.width);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment