eggswift / pull-to-refresh

#Busy Re-Building....# An easy way to use pull to refresh and infinite scrolling in Swift. Pod 'ESPullToRefresh'
MIT License
1.82k stars 252 forks source link

load more method trigged event tableview have 1 row #138

Open fukemy opened 6 years ago

fukemy commented 6 years ago

Hello. Thanks you for great library.I am using your lib then have small problem.

When i scroll down the tableview, like this: [navigation] [ tableview ] [ data] [empty] [empty] [empty] [empty] [empty] [tableview]

my table only have 1 row then when scroll down, the bounce animation of tableview appear, and method load more automatically trigged. I cant stop it. plz help

ShenYj commented 3 years ago

2018 ~ 2020, Have you fixed it, now?

fukemy commented 3 years ago

i changed to using tableview with multi type data

ShenYj commented 3 years ago

i changed to using tableview with multi type data

Can you worked it with Storyboard? Does It worked?

fukemy commented 3 years ago

work normally, just mark noMoreDate first then it's will stop trigger loadmore

ShenYj commented 3 years ago

work normally, just mark noMoreDate first then it's will stop trigger loadmore

thks