So a small project I'm working on is ALMOST complete. Functionally, it's fine. But it revolves around a UITableView with several UI elements within the cell, including an image, 2 labels and a HorizontalStackView. And in several instances the label texts trail beyond the range of the label.
I'm sure I can use .sizeToFit() somewhere, but the only location I can think of is within cellForRowAt when setting up the cells and that doesn't seem to be working.
I'm also hoping to keep the constraints such that the text/label doesn't also bleed into the Horizontal Stack View (to the right of the labels) or backwards into the image (to the left of the labels).