LLSegmentViewController icon indicating copy to clipboard operation
LLSegmentViewController copied to clipboard

数据少于1页的时候无法下拉刷新

Open andi911 opened this issue 4 years ago • 2 comments

数据少于1页的时候无法下拉刷新

andi911 avatar Jul 09 '20 02:07 andi911

我也遇到了无法下拉刷新的问题,我注意到 listRefreshOtherScrollViewHandle函数中 判断条件 self.contentOffset.y > -self.contentInset.top 有精度问题,处理一下CGFloat精度,保留到1位小数就好了。

Chrisbooty avatar Jul 20 '20 08:07 Chrisbooty

谢谢,我用的另外的方法解决了

------------------ 原始邮件 ------------------ 发件人: "Chris.Wu"<[email protected]>; 发送时间: 2020年7月20日(星期一) 下午4:23 收件人: "CoderLinLee/LLSegmentViewController"<[email protected]>; 抄送: "安迪.杜弗瑞"<[email protected]>; "Author"<[email protected]>; 主题: Re: [CoderLinLee/LLSegmentViewController] 数据少于1页的时候无法下拉刷新 (#17)

我也遇到了无法下拉刷新的问题,我注意到 listRefreshOtherScrollViewHandle函数中 判断条件 self.contentOffset.y > -self.contentInset.top 有精度问题,处理一下CGFloat精度,保留到1位小数就好了。

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

andi911 avatar Jul 20 '20 08:07 andi911