samvermette / SVPullToRefresh

Give pull-to-refresh & infinite scrolling to any UIScrollView with 1 line of code.
http://samvermette.com/314
MIT License
4.82k stars 1.09k forks source link

fix infiniteScrollingView still appear when UIScrollView content size is shorter than screen #277

Open hotogwc opened 8 years ago

hotogwc commented 8 years ago

when you have a blank tableView, if you trigger a pullToRefresh, the infiniteScrollingView will appear under pullToRefresh view. it should not be there in this circumstance.

LawrenceHan commented 8 years ago

Hi I merged #260 code to https://github.com/LawrenceHan/SVPullToRefresh Because it make more sense to me. It will solve your problem. Let me know if it's not working in your project.