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

侧滑返回,TabBar显示异常 #90

Closed
dwjgkp opened this issue Nov 4, 2021 · 3 comments
Closed

侧滑返回,TabBar显示异常 #90

dwjgkp opened this issue Nov 4, 2021 · 3 comments

Comments

@dwjgkp
Copy link

dwjgkp commented Nov 4, 2021

复现步骤:
1、网易新闻第一个Tab“首页”的页面点击事件
2、打开的新闻详情页面增加属性gk_systemGestureHandleDisabled为YES
- (void)pageAction {
GKWYNewsDetailViewController *detailVC = [GKWYNewsDetailViewController new];
detailVC.gk_systemGestureHandleDisabled = YES;
detailVC.hidesBottomBarWhenPushed = YES;
[self.navigationController pushViewController:detailVC animated:YES];
}
3、从详情页面侧滑返回,此时TabBar会出现在详情页面上方,位置错乱

@QuintGao
Copy link
Owner

QuintGao commented Nov 6, 2021

照着你说的修改试过了,没发现问题,能否提供错误截图及demo

@dwjgkp
Copy link
Author

dwjgkp commented Nov 8, 2021

照着你说的修改试过了,没发现问题,能否提供错误截图及demo
@QuintGao
GKNavigationBar反馈内容.zip
demo及错误录屏

QuintGao added a commit that referenced this issue Nov 8, 2021
@QuintGao
Copy link
Owner

QuintGao commented Nov 8, 2021

最新版已修复

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

2 participants