Explorar o código

Remove superfluous table section header styling

Tanner Bennett %!s(int64=7) %!d(string=hai) anos
pai
achega
3dd9a5705d
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      Classes/Network/FLEXNetworkHistoryTableViewController.m

+ 1 - 3
Classes/Network/FLEXNetworkHistoryTableViewController.m

@@ -261,9 +261,7 @@
 {
     if ([view isKindOfClass:[UITableViewHeaderFooterView class]]) {
         UITableViewHeaderFooterView *headerView = (UITableViewHeaderFooterView *)view;
-        headerView.textLabel.font = [UIFont fontWithName:@"HelveticaNeue-Medium" size:14.0];
-        headerView.textLabel.textColor = [UIColor whiteColor];
-        headerView.contentView.backgroundColor = [UIColor colorWithWhite:0.5 alpha:1.0];
+        headerView.textLabel.font = [UIFont systemFontOfSize:14.0 weight:UIFontWeightSemibold];
     }
 }