I'm trying to create a tableview with the dynamic cell according to the text inside it, and I'm wanting to add the height of the label to the size of the cell, but when I call the label in the ViewConrtoller it is empty and when I call TableViewCell it gives me the right size, how to pass the (label.frame.size.height) from TableViewCell to the viewcontroller without losing its value.