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、网易新闻第一个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会出现在详情页面上方,位置错乱
- (void)pageAction {
GKWYNewsDetailViewController *detailVC = [GKWYNewsDetailViewController new];
detailVC.gk_systemGestureHandleDisabled = YES;
detailVC.hidesBottomBarWhenPushed = YES;
[self.navigationController pushViewController:detailVC animated:YES];
}
The text was updated successfully, but these errors were encountered:
照着你说的修改试过了,没发现问题,能否提供错误截图及demo
Sorry, something went wrong.
照着你说的修改试过了,没发现问题,能否提供错误截图及demo @QuintGao GKNavigationBar反馈内容.zip demo及错误录屏
修复bug #90,release 1.6.1
cb68779
最新版已修复
No branches or pull requests
复现步骤:
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会出现在详情页面上方,位置错乱
The text was updated successfully, but these errors were encountered: