Ver código fonte

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

Pen Li 7 anos atrás
pai
commit
d760ef9819

+ 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];