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
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就正常了
版本号 1.JXPagingView版本号:? 2.OC还是Swift版本:? oc版本 3.手机系统版本号:? 16.7.10 4.手机型号:? iPhoneX
复现步骤
截图、GIF 提供bug出现时的截图或者GIF。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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就正常了
版本号
1.JXPagingView版本号:?
2.OC还是Swift版本:?
oc版本
3.手机系统版本号:?
16.7.10
4.手机型号:?
iPhoneX
复现步骤
2.具体的操作步骤是:?
截图、GIF
提供bug出现时的截图或者GIF。
The text was updated successfully, but these errors were encountered: