Explorar el Código

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

Pen Li hace 7 años
padre
commit
d760ef9819
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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];