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

PagingViewController 里面的demo如果我点击cell过去另一个页面 返回PagingViewController 再调用-(void)viewWillAppear:(BOOL)animated{ [super viewWillAppear:animated]; [self.pagingView reloadData]; } #524

Open
Dacilia opened this issue Sep 11, 2024 · 0 comments

Comments

@Dacilia
Copy link

Dacilia commented Sep 11, 2024

1:发现你的demo里面
PagingViewController 里面的demo如果我点击cell过去另一个页面 返回PagingViewController
再调用-(void)viewWillAppear:(BOOL)animated{ [super viewWillAppear:animated];
[self.pagingView reloadData];
}
就会出现队友那个分页白屏

我的bug描述
使用JXPagerView会出现页面重叠问题。我在一个页面使用了JXPagerView 里面的title = @【个人信息,个人动态】,两个页面都嵌套了tableView 第一次加载的时候没有问题 ,但是当我跳转到另一个页面 然后再返回 调用[self.pagingView reloadData]; 就会出现重叠问题,轻点一下View就正常了
IMG_0004 2
IMG_0005 2
IMG_0006 2

版本号
1.JXPagingView版本号:?
2.OC还是Swift版本:?
oc版本
3.手机系统版本号:?
16.7.10
4.手机型号:?
iPhoneX

复现步骤

  1. 遇到问题的相关效果、类是:?
    2.具体的操作步骤是:?

截图、GIF
提供bug出现时的截图或者GIF。

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