tableview中的内容和内边距

1.tableview的内容只有cell和headerview,footerview,内边距不属于内容

2.

tableview不需要设置contentsize,系统自动计算,而scrollview需要

内容包括什么

有没有内边距对contentSize.height和contentOffset.y是没有影响的

内边距是不包括在contentSize中的

有没有headerView是有影响的

内边距是不影响contentSize和contentOffset的计算方式的

增加了headerView和footerView是有影响的

contentSize指什么,contentInset在哪里,contentOffset怎么算

你可能感兴趣的:(tableview中的内容和内边距)