developer
2023-10-23 5d70d9a1849bac7a9eb3f24931d6a8987dd7b6e3
BuWanVideo2.0/CollectionController.m
@@ -84,7 +84,7 @@
 */
-(void)createNavgationBar{
    self.navigationItem.title = @"我的收藏";
    self.navigationController.navigationBar.titleTextAttributes = @{NSForegroundColorAttributeName:[UIColor whiteColor],NSFontAttributeName:[UIFont systemFontOfSize:18]};
    self.navigationController.navigationBar.titleTextAttributes = @{NSForegroundColorAttributeName:[UIColor blackColor],NSFontAttributeName:[UIFont systemFontOfSize:18]};
    
    //返回按钮
    UIButton *button = [UIButton buttonWithType:UIButtonTypeCustom];