Skip to content

Instantly share code, notes, and snippets.

@yuanmai
Created December 17, 2012 03:02
Show Gist options
  • Save yuanmai/4315529 to your computer and use it in GitHub Desktop.
Save yuanmai/4315529 to your computer and use it in GitHub Desktop.
[UIView transitionWithView:view duration:0.3 options:UIViewAnimationOptionTransitionCrossDissolve animations:^{
view.image = nil;
} completion:nil];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment