CLTypingLabel
CLTypingLabel copied to clipboard
iOS UILabel with character by character typing /typewriter animation
Thanks for the sdk, I was wondering how I can add a blinking cursor to the end of the string.
Hi everyone! I've just installed the last version of this wonderful pod but'I've found this error: error: IB Designables: Failed to render and update auto layout status for WelcomeViewController (Tim-3B-f4n):...
import UIKit import CLTypingLabel class ViewController: UIViewController { @IBOutlet weak var titleLable: CLTypingLabel! override func viewDidLoad() { super.viewDidLoad() titleLable.text = "Grow Up" (shows this error here :Thread 1: Fatal error:...