V5.0.0正式版:
1、加热棒内容修改; 2、首页商品删除,更改为行业资讯; 3、绚多设备更名显示; 4、bugly更换为新版本; 5、摄像头显示bug修复; 6、开屏广告显示不全修复;
This commit is contained in:
@@ -156,16 +156,12 @@
|
||||
|
||||
}else if ([devicemodel.type isEqualToString:DECICE_TYPE_hotBar]) {
|
||||
|
||||
IfishHotBarVc*barVc=[[IfishHotBarVc alloc]initWithNibName:@"IfishHotBarVc" bundle:nil];
|
||||
IfishHotBarVc*barVc=InitObject(IfishHotBarVc);
|
||||
barVc.devicemodel = devicemodel;
|
||||
barVc.hidesBottomBarWhenPushed=YES;
|
||||
|
||||
UIApplication*app=[UIApplication sharedApplication];
|
||||
AppDelegate*app1=(AppDelegate*)app.delegate;
|
||||
// UINavigationController*nav=[[UINavigationController alloc]initWithRootViewController:barVc];
|
||||
// [nav.navigationBar setBackgroundImage:[UIImage imageNamed:@"blackbar.png"] forBarMetrics:UIBarMetricsDefault];
|
||||
// app1.window.rootViewController=nav;
|
||||
// [((UINavigationController*)app1.window.rootViewController) pushViewController:barVc animated:YES];
|
||||
UITabBarController*tabVc= (UITabBarController*)app1.window.rootViewController;
|
||||
tabVc.selectedIndex=0;
|
||||
UINavigationController*navVc=(UINavigationController*)tabVc.childViewControllers[tabVc.selectedIndex];
|
||||
|
||||
Reference in New Issue
Block a user