Răsfoiți Sursa

1.修改iOS Apex Mobile搜索Segment颜色。

Pen Li 8 ani în urmă
părinte
comite
237914a57c
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      Apex Mobile/Apex Mobile/ShipSearchController.m

+ 1 - 0
Apex Mobile/Apex Mobile/ShipSearchController.m

@@ -76,6 +76,7 @@
     if (!_segmentedControl) {
     if (!_segmentedControl) {
         _segmentedControl = [[UISegmentedControl alloc] initWithItems:@[@"H BOL",@"Container#"]];
         _segmentedControl = [[UISegmentedControl alloc] initWithItems:@[@"H BOL",@"Container#"]];
         [_segmentedControl addTarget:self action:@selector(segmentedControlClick:) forControlEvents:UIControlEventValueChanged];
         [_segmentedControl addTarget:self action:@selector(segmentedControlClick:) forControlEvents:UIControlEventValueChanged];
+        _segmentedControl.tintColor = APGRAYCOLOR;
     }
     }
     return _segmentedControl;
     return _segmentedControl;
 }
 }