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
bug描述 滑动到刚好就可以进入下一页的地方,松手。然后调用
segmentedView.reloadData() pagingView.reloadData()
会导致页面白屏,查看发现进入下一页的index还是上一页index。经排查发现松手没有拖拽时,后续不会再计算willAppearIndex,所以导致index还是上一页的
版本号 1.JXPagingView版本号:2.1.3 2.OC还是Swift版本:Swift 3.手机系统版本号:ALL 4.手机型号:ALL
复现步骤 滑动到刚好就可以进入下一页的地方,松手
截图、GIF
The text was updated successfully, but these errors were encountered:
@pujiaxin33 麻烦大佬尽快修复此BUG
Sorry, something went wrong.
No branches or pull requests
bug描述
滑动到刚好就可以进入下一页的地方,松手。然后调用
会导致页面白屏,查看发现进入下一页的index还是上一页index。经排查发现松手没有拖拽时,后续不会再计算willAppearIndex,所以导致index还是上一页的
版本号
1.JXPagingView版本号:2.1.3
2.OC还是Swift版本:Swift
3.手机系统版本号:ALL
4.手机型号:ALL
复现步骤
滑动到刚好就可以进入下一页的地方,松手
截图、GIF
The text was updated successfully, but these errors were encountered: