更换说明书
This commit is contained in:
+2
-1
@@ -20,6 +20,7 @@
|
||||
#import "Contact.h"
|
||||
#import "LocalDevice.h"//rtsp监控界面弹出修改
|
||||
#import "CustomTopBar.h"
|
||||
#import "UINavigationBar+Background.h"
|
||||
#define MAX_VIDEO_RES_SIZE ((1920+32)*1088)
|
||||
#define DeviceId @"3157838"
|
||||
#define DevicePw @"616657769"
|
||||
@@ -461,7 +462,7 @@ Strong UIImage *screenShotImage;//截图
|
||||
//导航栏
|
||||
NSString *deviceName = [NSString stringWithFormat:@"%@",self.contact.showName];
|
||||
|
||||
[self.navigationController.navigationBar setBackgroundImage:[UIImage imageNamed:@"blackbar.png"] forBarMetrics:UIBarMetricsDefault];
|
||||
[self.navigationController.navigationBar resetBackgroundImage];
|
||||
UIButton*leftBtn = [UIButton buttonWithType:UIButtonTypeCustom];
|
||||
leftBtn.frame = CGRectMake(0, 0, 47,44);
|
||||
[leftBtn setImage:[UIImage imageNamed:@"back_btn"] forState:UIControlStateNormal];
|
||||
|
||||
Reference in New Issue
Block a user