pronebird / UIScrollView-InfiniteScroll

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

Does it work Offline and Online Support? #73

Closed TharH closed 6 years ago

TharH commented 6 years ago

Firstly, I loaded the collectionview without internet connection and I turned on the internet. After I turned on the internet, It was show the data that I limit. But I doesn't call the second request. And It was showing indicator and empty screen. Could I get some example ASAP? Thank a lot.

pronebird commented 6 years ago

It's a UI component so it makes no assumption about the network status. You should trigger a manual update when appropriate.