tableview的重要属性

1.tableview的内容:content

content包括cell + headerview + footerview

2.tableview的contentSize、contentoffset、contentInset

  • contentSize.height : 所有的内容高度综合
  • contentoffset : 内容距离frame矩形框偏移了多少
  • contentInset : 在内容周围额外增加的空间,始终粘着内容
    关系如下图所示,只举例y轴方向,x轴方向同理
tableview的重要属性_第1张图片
图片.png

你可能感兴趣的:(tableview的重要属性)