I do not understand why I still get this:
Thread 1: "Fatal error: Unexpectedly found nil while unwrapping an Optional value."
when I run my app.
The problem comes from a UITableViewCell and it occurs when I want to set the label of the UITableViewCell to a title which comes from an object of type Cella. It is clearly not nil, as clear in the picture, but when setting the label I get this. I made sure I set every class of the correct type, used the correct identifier and everything.