Skip to content

Instantly share code, notes, and snippets.

@augustjoki
Created August 2, 2011 01:14
Show Gist options
  • Save augustjoki/1119392 to your computer and use it in GitHub Desktop.
Save augustjoki/1119392 to your computer and use it in GitHub Desktop.
Kill implicit animations
[CATransaction begin];
[CATransaction setValue:(id)kCFBooleanTrue
forKey:kCATransactionDisableActions];
// do stuff
[CATransaction commit];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment