标签: ios swift tableview uirefreshcontrol
通常我们完成工作并调用endrefreshing()。即使用户仍在按住刷新,这也会导致刷新停止。我不想打断用户刷新的动作。
答案 0 :(得分:1)
您可以使用touchesBegan(touches: Set<UITouch>, withEvent event: UIEvent?)和touchesEnded(touches: Set<UITouch>, withEvent event: UIEvent?)方法了解用户明星何时触摸视图以及用户何时触摸视图。
touchesBegan(touches: Set<UITouch>, withEvent event: UIEvent?)
touchesEnded(touches: Set<UITouch>, withEvent event: UIEvent?)