[[UITabBar appearance] setTranslucent:YES]的情况下跳转二级页面隐藏tabbar慢
基类中添加
- (void)viewDidLoad {
[super viewDidLoad];
if (self.navigationController.viewControllers.count>1) {
self.tabBarController.tabBar.hidden = YES;
}
}
[[UITabBar appearance] setTranslucent:YES]的情况下跳转二级页面隐藏tabbar慢
基类中添加
本文标题:iOS tabbar隐藏慢
本文链接:https://www.haomeiwen.com/subject/lacpwrtx.html
网友评论