Skip to content

Instantly share code, notes, and snippets.

@brunomunizaf
Created February 11, 2018 20:58
Show Gist options
  • Save brunomunizaf/2c45fcb9e75c90bf2ae0d90b4e617ad9 to your computer and use it in GitHub Desktop.
Save brunomunizaf/2c45fcb9e75c90bf2ae0d90b4e617ad9 to your computer and use it in GitHub Desktop.
Speeding up animations
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.
UIApplication.shared.keyWindow?.layer.speed = 100
return true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment