Dynamic UITableView height

后端 未结 11 1626
無奈伤痛
無奈伤痛 2020-12-29 09:47

I would like to set the UITableView to match the height for all the contents in the table view.

This is my storyboard

The problem with this is the t

11条回答
  •  爱一瞬间的悲伤
    2020-12-29 10:11

    In that case, don't make your bottom cell static, make it a part of table view and insert this bottom image in last row using table view delegate method - insertRowAtIndexPath

提交回复
热议问题