features:1.新绚多设备适配

2.修复品牌展示页&摄像头页面适配bug
This commit is contained in:
一只会编程的狮子
2019-04-21 22:13:06 +08:00
parent bc264e2d1f
commit e1103b04af
15 changed files with 545 additions and 86 deletions
@@ -20,7 +20,6 @@
- (void)viewDidLoad {
[super viewDidLoad];
// Do any additional setup after loading the view.
[self addTitleViewWithTitle:@"分享中"];
//自定义封装播放器 由于xib创建OPGLview 无法显示(暂未找到方法)暂时不用 纯代码建UI可以试试
//[self setupVideoPlayView];
@@ -32,9 +31,14 @@
}
- (void)viewWillAppear:(BOOL)animated {
[super viewWillAppear:animated];
self.navigationController.navigationBar.translucent = YES;
}
-(void)viewWillDisappear:(BOOL)animated{
[super viewWillDisappear:animated];
self.navigationController.navigationBar.translucent = NO;
}
-(void)resetBootomView{