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/HelpViewController.m | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/BuWanVideo2.0/HelpViewController.m b/BuWanVideo2.0/HelpViewController.m index d53a6c0..d3ce11e 100755 --- a/BuWanVideo2.0/HelpViewController.m +++ b/BuWanVideo2.0/HelpViewController.m @@ -32,7 +32,7 @@ -(void)initScene{ self.navigationItem.title = @"甯姪涓庡弽棣�"; - 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