pronebird / UIScrollView-InfiniteScroll

UIScrollView ∞ scroll category
MIT License
1.06k stars 148 forks source link

Need controll ScrollViewDragging #82

Open vklmksm opened 4 years ago

vklmksm commented 4 years ago

This pull requet solves the problem when table is on scrollview. And when scrolling the table the content offset of the scrollview changes.

In this case, the library does not work, since dragging is not called.

pronebird commented 3 years ago

UITableView is a subclasses of UIScrollView. You don't have to wrap it into another UIScrollView. Therefore I am not sure it's worth adding this feature to the library. What's your use case?