相关概念spa
首先你得明白tableview 继承于scrollview,全部scrollview拥有的属性,tableview 也拥有继承
height:tableview.frame.size.heighttable
offestY: tableview.contentOffest.y ,默认为0scroll
contentSizeY: tableview.contentSize.y ,默认等于heighttab
TableView 之顶部tableview
判断 offestY 是否为0 便可view
TableView 之底部vi
判断 offestY + height 是否等于 contentSizeY 便可co