Skip to content

Thread 1: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value #27

@ace18zz

Description

@ace18zz

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: Unexpectedly found nil while implicitly unwrapping an Optional value)
    
   
}

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions