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