Skip to content

Instantly share code, notes, and snippets.

@asparagui
Created March 1, 2014 23:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asparagui/9299104 to your computer and use it in GitHub Desktop.
Save asparagui/9299104 to your computer and use it in GitHub Desktop.
- (IBAction) createV1ViewANDperformTransition {
[self createV1View];
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, .25 * NSEC_PER_SEC), dispatch_get_main_queue(), ^(void){
[self performTransition];
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment