Skip to content

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

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)
    
   
}

}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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