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

最新版本Reload会导致UI重新绘制 #250

Open
seanLee opened this issue Jun 13, 2024 · 1 comment
Open

最新版本Reload会导致UI重新绘制 #250

seanLee opened this issue Jun 13, 2024 · 1 comment

Comments

@seanLee
Copy link

seanLee commented Jun 13, 2024

使用场景是这样的:
1.最外层容器是 JXPagingListRefreshView;
2.子页面为Tableview, 在TableView的Cell里面自定义使用JXSegmentedView;
3.切换容器Tab, 并使用如下代码刷新顶部高度

pagingView.pinSectionHeaderVerticalOffset = pinHeaderHeight
pagingView.resizeTableHeaderViewHeight(animatable: true, duration: 0.1, curve: .linear)
pagingView.mainTableView.reloadData()

cell上使用的SegmentedView已选中状态的Segment字体颜色会变为normalTextColor, 并且暂时无法断点到是哪里导致颜色重绘.

目前确认是1.3.3版本的问题, 1.3.1没有这个问题

@pujiaxin33
Copy link
Owner

能给一个能复现bug的demo吗?

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

No branches or pull requests

2 participants