Automatically increase/decrease UILabelView Height in UITableViewCell?
问题 Hello I have a UITableView with x# of cells. the last cell I have two UILabels. When the second UILabel text is set I am trying to get the cell and the UILabel to resize to show the text. Here is what I have: The UILabel - LabelBio (orange) has: Lines: 0 Baseline: Align Baselines Line Break: Word Wrap Autoshrink: Fixed Font Size The constraints for ContentView, LabelSellerInfo and LabelBio are set as follows: LabelSellerInfo LabelBio ContentView With those settings here is what a get: I have