Is there a way to check if my tableview just finished scrolling? table.isDragging and table.isDecelerating are the only two methods that I can find
table.isDragging
table.isDecelerating
UITableView conforms to UIScrollViewDelegate. Please, refer to the documentation of that protocol, it has methods you need.