Skip to content

Instantly share code, notes, and snippets.

@HelloCore
Last active February 7, 2017 15:39
Show Gist options
  • Save HelloCore/2d48a1e4b9b4c10bc3f54e9a9e837f6a to your computer and use it in GitHub Desktop.
Save HelloCore/2d48a1e4b9b4c10bc3f54e9a9e837f6a to your computer and use it in GitHub Desktop.
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.
if ProcessInfo.processInfo.arguments.contains("HighSpeedAnimation") {
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