Просмотр исходного кода

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

Pen Li 8 лет назад
Родитель
Сommit
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;
 }