Skip to content

Commit

Permalink
Reset animation
Browse files Browse the repository at this point in the history
  • Loading branch information
buba447 committed Mar 18, 2019
1 parent 86b8cd1 commit 57d6529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/lottie-swift/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 57d6529

Please sign in to comment.