fixed:设备里 摄像头页面适配修复

This commit is contained in:
jiangxuefei718 2019-04-04 14:49:52 +08:00
parent 91ef51ff82
commit f86f21bd42
2 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,6 @@
_bakbutton.frame = CGRectMake(0,0,48,44);
[_bakbutton setImage:[UIImage imageNamed:@"back_btn"] forState:UIControlStateNormal];
_bakbutton.contentHorizontalAlignment = UIControlContentHorizontalAlignmentLeft;
_bakbutton.contentHorizontalAlignment = UIControlContentHorizontalAlignmentLeft;
[_bakbutton addTarget: self action: @selector(goBackAction) forControlEvents: UIControlEventTouchUpInside];
[_bakbutton setContentEdgeInsets:UIEdgeInsetsMake(0, 10, 0, -10)];
_back=[[UIBarButtonItem alloc] initWithCustomView:_bakbutton];

View File

@ -1244,7 +1244,8 @@
[invocation invoke];
self.navigationController.navigationBar.hidden = YES;
self.navigationController.navigationBar.hidden = YES;
self.navigationController.navigationBar.translucent = YES;
//
BOOL is16B9 = [[P2PClient sharedClient] is16B9];
if (!is16B9) {
@ -3738,7 +3739,7 @@
[[UIApplication sharedApplication] setStatusBarHidden:NO];
self.navigationController.navigationBar.hidden = NO;
self.navigationController.navigationBar.translucent = NO;
//
[self.controllerRightBg setHidden:YES];