更换说明书

This commit is contained in:
kai60
2021-11-02 10:15:18 +08:00
parent 6029a5eb67
commit 7b7faab5ce
14 changed files with 225 additions and 19 deletions
@@ -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];