From a770757507406486208d1d575d453bbe679d26c5 Mon Sep 17 00:00:00 2001 From: William Boles Date: Thu, 13 Feb 2020 17:13:18 +0000 Subject: [PATCH] Resetting in example when I should have been restarting --- Example/Example/ViewControllers/ViewController.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Example/Example/ViewControllers/ViewController.swift b/Example/Example/ViewControllers/ViewController.swift index bf92ee2..af98dbd 100644 --- a/Example/Example/ViewControllers/ViewController.swift +++ b/Example/Example/ViewControllers/ViewController.swift @@ -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) {