在tableview中使用refreshcontrol时,如何知道用户是否仍在按住tableview?

时间:2016-07-29 16:45:46

标签: ios swift tableview uirefreshcontrol

通常我们完成工作并调用endrefreshing()。即使用户仍在按住刷新,这也会导致刷新停止。我不想打断用户刷新的动作。

1 个答案:

答案 0 :(得分:1)

您可以使用touchesBegan(touches: Set<UITouch>, withEvent event: UIEvent?)touchesEnded(touches: Set<UITouch>, withEvent event: UIEvent?)方法了解用户明星何时触摸视图以及用户何时触摸视图。