developer
2023-11-21 e92fa570557c8ad756ba120ef8d2f1183892ad31
BuWanVideo2.0/HelpViewController.m
@@ -33,6 +33,7 @@
-(void)initScene{
    self.navigationItem.title = @"帮助与反馈";
    self.navigationController.navigationBar.titleTextAttributes = @{NSFontAttributeName:[UIFont systemFontOfSize:18],NSForegroundColorAttributeName:[UIColor blackColor]};
    self.navigationController.navigationBar.barTintColor = [UIColor whiteColor];
    
    UIButton *button = [UIButton buttonWithType:UIButtonTypeCustom];
    [button setImage:[[UIImage imageNamed:@"详情页面返回"] imageWithRenderingMode:UIImageRenderingModeAlwaysOriginal] forState:UIControlStateNormal];