Created
February 11, 2018 20:58
-
-
Save brunomunizaf/2c45fcb9e75c90bf2ae0d90b4e617ad9 to your computer and use it in GitHub Desktop.
Speeding up animations
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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