Calculate the table's contentSize.height with custom cells of different types iphone

前端 未结 7 1195
-上瘾入骨i
-上瘾入骨i 2020-12-16 15:03

In my application , the tableview is having different types of custom cells with different heights. I want to put a view below this tableView, for which I need to calculate

7条回答
  •  粉色の甜心
    2020-12-16 15:30

    The easiest thing I can think of would be to set your view as the table's tableFooterView

提交回复
热议问题