I have a tableViewCell with a label inside that could be multiple lines tall. I've set the label's Lines
property to 0. However, when I make the label's text have multiple lines the text gets cut off. Here's how I've set up my storyboard:
Does anybody know how I made the table's cells just tall enough to contain the labels within?