how to check when UITableView is done scrolling

后端 未结 4 1801
天涯浪人
天涯浪人 2020-12-17 09:37

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

4条回答
  •  离开以前
    2020-12-17 10:28

    UITableView conforms to UIScrollViewDelegate. Please, refer to the documentation of that protocol, it has methods you need.

提交回复
热议问题