fixed:设备里 摄像头页面适配修复
This commit is contained in:
parent
91ef51ff82
commit
f86f21bd42
|
|
@ -54,7 +54,6 @@
|
||||||
_bakbutton.frame = CGRectMake(0,0,48,44);
|
_bakbutton.frame = CGRectMake(0,0,48,44);
|
||||||
[_bakbutton setImage:[UIImage imageNamed:@"back_btn"] forState:UIControlStateNormal];
|
[_bakbutton setImage:[UIImage imageNamed:@"back_btn"] forState:UIControlStateNormal];
|
||||||
_bakbutton.contentHorizontalAlignment = UIControlContentHorizontalAlignmentLeft;
|
_bakbutton.contentHorizontalAlignment = UIControlContentHorizontalAlignmentLeft;
|
||||||
_bakbutton.contentHorizontalAlignment = UIControlContentHorizontalAlignmentLeft;
|
|
||||||
[_bakbutton addTarget: self action: @selector(goBackAction) forControlEvents: UIControlEventTouchUpInside];
|
[_bakbutton addTarget: self action: @selector(goBackAction) forControlEvents: UIControlEventTouchUpInside];
|
||||||
[_bakbutton setContentEdgeInsets:UIEdgeInsetsMake(0, 10, 0, -10)];
|
[_bakbutton setContentEdgeInsets:UIEdgeInsetsMake(0, 10, 0, -10)];
|
||||||
_back=[[UIBarButtonItem alloc] initWithCustomView:_bakbutton];
|
_back=[[UIBarButtonItem alloc] initWithCustomView:_bakbutton];
|
||||||
|
|
|
||||||
|
|
@ -1244,7 +1244,8 @@
|
||||||
[invocation invoke];
|
[invocation invoke];
|
||||||
|
|
||||||
|
|
||||||
self.navigationController.navigationBar.hidden = YES;
|
self.navigationController.navigationBar.hidden = YES;
|
||||||
|
self.navigationController.navigationBar.translucent = YES;
|
||||||
//设置默认全屏
|
//设置默认全屏
|
||||||
BOOL is16B9 = [[P2PClient sharedClient] is16B9];
|
BOOL is16B9 = [[P2PClient sharedClient] is16B9];
|
||||||
if (!is16B9) {
|
if (!is16B9) {
|
||||||
|
|
@ -3738,7 +3739,7 @@
|
||||||
|
|
||||||
[[UIApplication sharedApplication] setStatusBarHidden:NO];
|
[[UIApplication sharedApplication] setStatusBarHidden:NO];
|
||||||
self.navigationController.navigationBar.hidden = NO;
|
self.navigationController.navigationBar.hidden = NO;
|
||||||
|
self.navigationController.navigationBar.translucent = NO;
|
||||||
//隐藏横屏里的控件
|
//隐藏横屏里的控件
|
||||||
|
|
||||||
[self.controllerRightBg setHidden:YES];
|
[self.controllerRightBg setHidden:YES];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue