From 5d70d9a1849bac7a9eb3f24931d6a8987dd7b6e3 Mon Sep 17 00:00:00 2001
From: developer <developer@developerdeiMac.local>
Date: 星期一, 23 十月 2023 17:10:28 +0800
Subject: [PATCH] b集成抖音短剧/Bug修复

---
 BuWanVideo2.0/liveTopicViewController.m |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/BuWanVideo2.0/liveTopicViewController.m b/BuWanVideo2.0/liveTopicViewController.m
index d3119a4..f0fe6d0 100755
--- a/BuWanVideo2.0/liveTopicViewController.m
+++ b/BuWanVideo2.0/liveTopicViewController.m
@@ -36,7 +36,7 @@
 -(void)createNavgationBar{
     self.view.backgroundColor=[UIColor whiteColor];
     //璁剧疆璐﹀彿鐧诲綍鐨勫瓧浣撴牱寮�
-    self.navigationController.navigationBar.titleTextAttributes =@{NSFontAttributeName:[UIFont systemFontOfSize:18],NSForegroundColorAttributeName:[UIColor whiteColor]};
+    self.navigationController.navigationBar.titleTextAttributes =@{NSFontAttributeName:[UIFont systemFontOfSize:18],NSForegroundColorAttributeName:[UIColor blackColor]};
     //璁剧疆杩斿洖鎸夐挳
     UIButton *button = [UIButton buttonWithType:UIButtonTypeCustom];
     [button setImage:[[UIImage imageNamed:@"璇︽儏椤甸潰杩斿洖"] imageWithRenderingMode:UIImageRenderingModeAlwaysOriginal] forState:UIControlStateNormal];

--
Gitblit v1.8.0