label disappear when changing font size to 25 in Swift

前端 未结 3 2184
礼貌的吻别
礼貌的吻别 2020-12-22 01:50

I have a table view and two labels inside it. The second label(description label) has Hundreds of line. when I set font size of description label to 21 it\'s working. Why de

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-22 02:36

    Cell height should be dynamic.Have you given cell height dynamically.If you don't know how to give cell height dynamically use scrollview .

提交回复
热议问题