-
Notifications
You must be signed in to change notification settings - Fork 10
Issues: QuintGao/GKNavigationController
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
打扰了,大佬,我改动了一下里面的源码出现的问题,不过我发现的其它一个问题就是当有tab的时候手势返回然后只要看到了tab不返回到主界面二级界面就会出现tab
#3
opened Apr 17, 2018 by
Joeyqiuy
大佬,你的这个有bug,就是在第一个界面里面- (void)viewWillAppear:(BOOL)animated{ [super viewWillAppear:animated]; self.navigationController.navigationBarHidden = YES; } - (void)viewWillDisappear:(BOOL)animated{ [super viewWillDisappear:animated]; self.navigationController.navigationBarHidden = NO; }设置了这个之后跳转到二级界面就显示不出来界面
#2
opened Apr 17, 2018 by
Joeyqiuy
ProTip!
Updated in the last three days: updated:>2024-11-15.