features:1.新绚多设备适配
2.修复品牌展示页&摄像头页面适配bug
This commit is contained in:
@@ -21,6 +21,16 @@
|
||||
|
||||
@implementation SongBaoViewController
|
||||
|
||||
- (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)viewDidLoad {
|
||||
[super viewDidLoad];
|
||||
[self creatWebView];
|
||||
|
||||
Reference in New Issue
Block a user