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

If the collectionview is too short then pull to refresh doesn't work #60

Closed pedromcunha closed 7 years ago

pedromcunha commented 7 years ago

I'm having some issues right now with this pod. If the list is too small then the pull to refresh KVO never fires. I think this is because there's no scrolling happening.

eggswift commented 7 years ago

@pedromcunha Same issue #24

pedromcunha commented 7 years ago

That fixed it. Thank you!