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

有1.5.0之后的版本更新说明么? #502

Open
sheep-mie-mie opened this issue Feb 28, 2024 · 0 comments
Open

有1.5.0之后的版本更新说明么? #502

sheep-mie-mie opened this issue Feb 28, 2024 · 0 comments

Comments

@sheep-mie-mie
Copy link

bug描述
我在嵌套使用JXCategoryView时, 添加了一个折叠视图, 用直接下载的Demo配置运行时没有问题, 但是到自己项目中出现问题, 把Demo中的案例复制到项目中依然存在, 然后把Demo中的JXCategoryView版本升级到1.5.9-1.6.1的版本是同样复现了问题, 然后指定1.5.5版本该问题消失.
1.使用的是隐藏导航栏+嵌套模式
2.在嵌套JXCategoryView中添加了一个折叠视图, 当页面滑动到安全距离位置是修改折叠视图的frame, 然后遍历self.listContainerView.validListDict.allValues, 改变frame UIView *listView = [list listView]; listView.frame = CGRectMake(0, 0, self.listContainerView.frame.size.width, self.listContainerView.frame.size.height);
使用1.5.5版本显示没有问题, 使用1.6.1版本时, tableview的frame显示会缩小折叠视图缩小的大小, 手动修改frame也不生效

版本号
1.JXCategoryView版本号:1.6.1

复现步骤 使用1.5.5版本和1.6.1版本会产生不同效果
PagingNestCategoryListViewController_h.txt

截图、GIF
提供bug出现时的截图或者GIF。
图2是使用1.5.5版本我想要的效果, 图3是1.6.1版本修改折叠视图后tableview的frame就和listContainerView的frame不一致了
Simulator Screenshot - iPhone 15 Pro Max - 2024-02-28 at 14 41 47
Simulator Screenshot - iPhone 15 Pro Max - 2024-02-28 at 14 41 52
Simulator Screenshot - iPhone 15 Pro Max - 2024-02-28 at 14 43 20
以下是我在Demo中修改的案例, 使用1.5.5版本和1.6.1版本会出现不同效果
PagingNestCategoryListViewController_m.txt
PagingNestCategoryViewController_h.txt
PagingNestCategoryViewController_m.txt
TestNestListViewController_h.txt
TestNestListViewController_m.txt

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

1 participant