Skip to content

Instantly share code, notes, and snippets.

@GeForce
Forked from Nub/gist:1274600
Created October 10, 2011 03:58
Show Gist options
  • Select an option

  • Save GeForce/1274602 to your computer and use it in GitHub Desktop.

Select an option

Save GeForce/1274602 to your computer and use it in GitHub Desktop.
- (void)testFocus:(UIBarButtonItem *)sender{
// [corkboardContentView focusPost:7 completion:^(BOOL finished){}];
if ([self modalViewController]) {
[self dismissModalViewControllerAnimated:YES];
}else{
[self setModalPresentationStyle:UIModalPresentationFormSheet];
[self presentModalViewController:tributeViewController animated:YES];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment