SVPullToRefresh icon indicating copy to clipboard operation
SVPullToRefresh copied to clipboard

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

Open hotogwc opened this issue 9 years ago • 1 comments

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.

hotogwc avatar Mar 02 '16 06:03 hotogwc

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.

LawrenceHan avatar May 12 '16 10:05 LawrenceHan