Jason Jason
Jason Jason
这个要有个判断的 没充满屏幕就是不需要加载更多
long long ago for this issue 在 2015-04-26 18:19:29,"Zhengfa Dang" [email protected] 写道: 这个问题有人已经碰到了, #191 — Reply to this email directly or view it on GitHub.
if we set automaticallyAdjustsScrollViewInsets we can modify the code as below view.originalTopInset = self.contentInset.top + NavBarHeight + StatusBarHeight; is this a way?
if we set automaticallyAdjustsScrollViewInsets = YES we can modify the code as below view.originalTopInset = self.contentInset.top + NavBarHeight + StatusBarHeight; is this a way?