Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tableview 上拉加载,pagingEnabled= YES,结束刷新后cell向下便宜了上拉时的距离 #1591

Open
IT-LiuSir opened this issue Aug 13, 2023 · 1 comment
Labels

Comments

@IT-LiuSir
Copy link

IT-LiuSir commented Aug 13, 2023

参考了之前的问题,改动 MJ源码后,便宜问题没有了,但是会出现cell闪烁重新加载的现象
// 如果正在刷新,直接返回
// if (self.state == MJRefreshStateRefreshing) return;
if (self.state == MJRefreshStateRefreshing)
{
CGFloat refreshingOffset = [self happenOffsetY] + self.mj_h;
if (refreshingOffset != self.scrollView.mj_offsetY)
{
self.scrollView.mj_offsetY = [self happenOffsetY] + self.mj_h;
}
return;
}

@IT-LiuSir IT-LiuSir added the bug label Aug 13, 2023
@yly6518
Copy link

yly6518 commented Apr 18, 2024

这个bug最新版本修复了吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants