I'm trying to set the text of a label in a Prototype Cell. I've linked all of my @IBOutlet
s properly. Here are my files. Example: title.text = "Hi"
(assuming title
is a label in my Proto Cell) gives this: Value of type 'String?' has no member 'text'.
How can I fix this?
I'm happy to provide additional information. Thanks in advance!