瀏覽代碼

1.修改UWA Cart Header字体颜色。

Pen Li 7 年之前
父節點
當前提交
d760ef9819
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      RedAnt ERP Mobile/common/Functions/cart/CartViewController.m

+ 1 - 0
RedAnt ERP Mobile/common/Functions/cart/CartViewController.m

@@ -1676,6 +1676,7 @@
         UILabel *title_lb = [[UILabel alloc] initWithFrame:CGRectMake(10, 0, CGRectGetWidth(header.bounds) - 10, 50.0f)];
         title_lb.autoresizingMask = UIViewAutoresizingFlexibleWidth;
         title_lb.font = [UIFont systemFontOfSize:25.0f];
+        title_lb.textColor = [UIColor whiteColor];
         [header addSubview:title_lb];
         
         title_lb.text = [self titleForSection:section];