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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
bug提交前阅读 1.请先仔细阅读文档,尤其是【其他注意事项】文档,里面有常见问题的解决方案; 2.请先搜索已有的Issues,尝试找到相同问题的讨论; 3.请先阅读相关类的API、源码,尝试从源码找到答案; 4.如果以上步骤都未能解决你的疑问,欢迎提交ISSUE;
bug描述 Demo中的LoadDataListCollectionViewController效果。 点击JXCategoryTitleView的Cell,导致从生命周期listDidAppear获取到的frame为Zero,如果想在listDidAppear方法中做些事情(eg:显示一个HUD),就会导致HUD位置不正确
LoadDataListCollectionViewController
JXCategoryTitleView
listDidAppear
版本号 1.JXCategoryView版本号:1.5.9 2.手机系统版本号:? 3.手机型号:模拟器 12 Pro Max
复现步骤
JXCategoryListContainerView
didClickSelectedItemAtIndex
截图、GIF 提供bug出现时的截图或者GIF。
截图代码均来自JXCategoryListContainerView
listWillAppear
[list listWillAppear]
[list listView]
建议:在对frame修复时,再处理生命周期相关的逻辑是否合理?这样的话外部实现生命周期的代理方法时可以拿到正确的frame
The text was updated successfully, but these errors were encountered:
No branches or pull requests
bug提交前阅读
1.请先仔细阅读文档,尤其是【其他注意事项】文档,里面有常见问题的解决方案;
2.请先搜索已有的Issues,尝试找到相同问题的讨论;
3.请先阅读相关类的API、源码,尝试从源码找到答案;
4.如果以上步骤都未能解决你的疑问,欢迎提交ISSUE;
bug描述
Demo中的
LoadDataListCollectionViewController
效果。点击
JXCategoryTitleView
的Cell,导致从生命周期listDidAppear
获取到的frame为Zero,如果想在listDidAppear
方法中做些事情(eg:显示一个HUD),就会导致HUD位置不正确版本号
1.JXCategoryView版本号:1.5.9
2.手机系统版本号:?
3.手机型号:模拟器 12 Pro Max
复现步骤
JXCategoryListContainerView
代理的生命周期的回调获取frame为zero2.具体的操作步骤是:点击
JXCategoryTitleView
的Cell,会调用JXCategoryListContainerView
类的didClickSelectedItemAtIndex
方法截图、GIF
提供bug出现时的截图或者GIF。
截图代码均来自
JXCategoryListContainerView
JXCategoryTitleView
的Cell,执行didClickSelectedItemAtIndex
listWillAppear
,在走到代理的[list listWillAppear]
方法时,[list listView]
的frame是zero[list listView]
的frame修复建议:在对frame修复时,再处理生命周期相关的逻辑是否合理?这样的话外部实现生命周期的代理方法时可以拿到正确的frame
The text was updated successfully, but these errors were encountered: