相關概念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