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

我这里一直有更新,issue可以提到这里 #295

Open LawrenceHan opened 8 years ago

LawrenceHan commented 8 years ago

https://github.com/LawrenceHan/SVPullToRefresh

laoyur commented 7 years ago

既然用中文标题,那我就用中文回复了 :)

调用了addInfiniteScrollingWithActionHandler后,默认在table的footer部位就出现了空白,很是难看,请问如何把这块空白去掉?

LawrenceHan commented 7 years ago

image

我并没有看到啊,你能提供更多信息嘛

laoyur commented 7 years ago
2016-12-22 1 33 21

你的列表项不够多,图中是我滚动到最下的状态。 Xcode 7.3.1,iOS 9.3

laoyur commented 7 years ago

@LawrenceHan 抱歉,是我自己的问题。我为了去掉最后一项的分隔线,拖了个空白view到IB上,导致了这个问题,不好意思。

laoyur commented 7 years ago

@LawrenceHan https://github.com/samvermette/SVPullToRefresh/issues/235

LawrenceHan commented 7 years ago

有什么问题嘛?不就是automaticallyAdjustsScrollViewInsets关掉就好了嘛,另外iOS7以后navigationbar有个translucent功能需要注意下。