From 9c9568e2db61dac96566f57d5312eaae53d8b386 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期四, 11 三月 2021 17:40:52 +0800 Subject: [PATCH] 2021-03-11 1.增加ON+集成丰林项目相关工程 --- On+/ESVideoOn/ESVideoPhoneSDKDemo/On/ESOnMonitorViewController.m | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/On+/ESVideoOn/ESVideoPhoneSDKDemo/On/ESOnMonitorViewController.m b/On+/ESVideoOn/ESVideoPhoneSDKDemo/On/ESOnMonitorViewController.m index 4b63f58..1944aec 100644 --- a/On+/ESVideoOn/ESVideoPhoneSDKDemo/On/ESOnMonitorViewController.m +++ b/On+/ESVideoOn/ESVideoPhoneSDKDemo/On/ESOnMonitorViewController.m @@ -140,7 +140,7 @@ if (_titleUILabel == Nil) { _titleUILabel = [[UILabel alloc] initWithFrame:CGRectMake(90, APP_STATUS_BAR_HEIGHT, self.view.frame.size.width - 180, 44)]; _titleUILabel.font = [UIFont fontWithName:APP_UIFont_BOLD size:17.0]; - _titleUILabel.textColor = HEXCOLORA(0X1B2D4D, 1.0); + _titleUILabel.textColor = TextColor; _titleUILabel.text = @""; _titleUILabel.textAlignment = NSTextAlignmentCenter; } -- Gitblit v1.8.0