Skip to content

Commit

Permalink
Resetting in example when I should have been restarting
Browse files Browse the repository at this point in the history
  • Loading branch information
William Boles committed Feb 13, 2020
1 parent 18eb3fb commit a770757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Example/Example/ViewControllers/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ class ViewController: UIViewController {
restartButton.isEnabled = true

titleLabel.restartTypewritingAnimation()
descriptionLabel.resetTypewritingAnimation()
programmaticLabel.resetTypewritingAnimation()
descriptionLabel.restartTypewritingAnimation()
programmaticLabel.restartTypewritingAnimation()
}

@IBAction func completeButtonPressed(_ sender: Any) {
Expand Down

0 comments on commit a770757

Please sign in to comment.