Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我看到很多人在这里问这个问题,但我还没有看到任何好的解决方案。基本上我想检测用户何时完成滚动表格并释放他们的手指。我不想做任何事情,直到他们的手指离开屏幕或者我认为 scrollViewDidScroll 会起作用。任何帮助都会很棒。谢谢!
UITableViewDelegate 符合 UIScrollViewDelegate 协议,提供了 scrollViewDidEndDragging:willDecelerate: 方法。