We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
使用场景是这样的: 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没有这个问题
The text was updated successfully, but these errors were encountered:
能给一个能复现bug的demo吗?
Sorry, something went wrong.
No branches or pull requests
使用场景是这样的:
1.最外层容器是 JXPagingListRefreshView;
2.子页面为Tableview, 在TableView的Cell里面自定义使用JXSegmentedView;
3.切换容器Tab, 并使用如下代码刷新顶部高度
cell上使用的SegmentedView已选中状态的Segment字体颜色会变为normalTextColor, 并且暂时无法断点到是哪里导致颜色重绘.
目前确认是1.3.3版本的问题, 1.3.1没有这个问题
The text was updated successfully, but these errors were encountered: