I know this is going to be super elementary, but I have this piece of code:
var labels: [String]? func initVC(image: Images){ self.image = image le
Yep, it was super simple.
Changed
var labels: [String]?
To
var labels = [String]()