Custom Cell Row Height setting in storyboard is not responding

后端 未结 18 2080
名媛妹妹
名媛妹妹 2020-11-30 16:54

I am trying to adjust the cell height for one of the cells on my table view. I am adjusting the size from the \"row height\" setting inside the \"size inspector\" of the cel

18条回答
  •  南方客
    南方客 (楼主)
    2020-11-30 17:27

    For dynamic cells, rowHeight set on the UITableView always overrides the individual cells' rowHeight. Just calculate the dynamic height if the content inside the row.

提交回复
热议问题