Skip to content

Instantly share code, notes, and snippets.

@jlcampana
Created April 11, 2014 09:19
Show Gist options
  • Save jlcampana/10452743 to your computer and use it in GitHub Desktop.
Save jlcampana/10452743 to your computer and use it in GitHub Desktop.
Enable slow animations
//To enable slow animations you can add a line of code to the “applicationDidBecomeActive”.
[UIApplication.sharedApplication.keyWindow.layersetSpeed:0.1f];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment