pronebird / UIScrollView-InfiniteScroll

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

Does it support for Search TextField in TableView? #72

Closed TharH closed 5 years ago

TharH commented 6 years ago

I would like to add the Search TextField. Before searching, it will show empty. After Typing in TextField, It will show result with infinite scroll. Does it support? Thanks.

pronebird commented 5 years ago

I suppose you can do that, given that you have means to control when to start and finish the infinite scroll animations.