You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As it is of type optional.You can check it by holding option key on keyboard.
Sol:-You can use optional binding or optional chaining to unwrap the optional.
import UIKit
import CLTypingLabel
class ViewController: UIViewController {
@IBOutlet weak var titleLable: CLTypingLabel!
}
The text was updated successfully, but these errors were encountered: