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提交前阅读 1.请先仔细阅读文档,尤其是【其他注意事项】文档,里面有常见问题的解决方案; 2.请先搜索已有的Issues,尝试找到相同问题的讨论; 3.请先阅读相关类的API、源码,尝试从源码找到答案; 4.如果以上步骤都未能解决你的疑问,欢迎提交ISSUE;
bug描述 在 JXPagingView 快速滑动,当调用到 listScrollView() (File: JXPagingView, Line: 440) 时,这个 listItem 的 view 可能还未被 loaded (因为委托方法 listView() 还没有被访问), 这个时候如果实现的 scrollView 还未被创建,会让实现不知道如何返回,因为此时也不能返回一个可选值。
(描述得可能不是很清楚, 如果有问题请随时问)
版本号 1.JXPagingView版本号:2.1.3 2.OC还是Swift版本:Swift 3.手机系统版本号:18.1 4.手机型号:iPhone 12
复现步骤
截图、GIF 提供bug出现时的截图或者GIF。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
bug提交前阅读
1.请先仔细阅读文档,尤其是【其他注意事项】文档,里面有常见问题的解决方案;
2.请先搜索已有的Issues,尝试找到相同问题的讨论;
3.请先阅读相关类的API、源码,尝试从源码找到答案;
4.如果以上步骤都未能解决你的疑问,欢迎提交ISSUE;
bug描述
在 JXPagingView 快速滑动,当调用到 listScrollView() (File: JXPagingView, Line: 440) 时,这个 listItem 的 view 可能还未被 loaded (因为委托方法 listView() 还没有被访问), 这个时候如果实现的 scrollView 还未被创建,会让实现不知道如何返回,因为此时也不能返回一个可选值。
(描述得可能不是很清楚, 如果有问题请随时问)
版本号
1.JXPagingView版本号:2.1.3
2.OC还是Swift版本:Swift
3.手机系统版本号:18.1
4.手机型号:iPhone 12
复现步骤
类:JXPagingView
方法名:listContainerView(_ listContainerView: JXPagingListContainerView, listDidAppearAt index: Int)
行数:440
2.具体的操作步骤是:JXPagingView 快速滑动切到下面N个时,直接原因:快速滑动时,JXPagingListContainerCollectionView的 scrollViewDidScroll 方法早于 cellForItemAt 相关方法被调用,
截图、GIF
提供bug出现时的截图或者GIF。
The text was updated successfully, but these errors were encountered: