소스 검색

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