فهرست منبع

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

Pen Li 8 سال پیش
والد
کامیت
237914a57c
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      Apex Mobile/Apex Mobile/ShipSearchController.m

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

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