From 57d652967f5dbe4de958623eec51f37e2573b4f0 Mon Sep 17 00:00:00 2001 From: Brandon Withrow Date: Mon, 18 Mar 2019 15:35:08 -0400 Subject: [PATCH] Reset animation --- Example/lottie-swift/ViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example/lottie-swift/ViewController.swift b/Example/lottie-swift/ViewController.swift index 72b33677d1..3df9f361c5 100644 --- a/Example/lottie-swift/ViewController.swift +++ b/Example/lottie-swift/ViewController.swift @@ -16,7 +16,7 @@ class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() - let animation = Animation.named("file_error", subdirectory: "TestAnimations") + let animation = Animation.named("LottieLogo2", subdirectory: "TestAnimations") animationView.animation = animation animationView.contentMode = .scaleAspectFit