admin
2022-01-20 4369e1dd5b6ccc6272f3170290856a2fa58b3c12
BuWanVideo2.0/LookNoteController.m
@@ -73,7 +73,7 @@
 */
-(void)createNavgationBar{
    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];