Преглед на файлове

Remove superfluous table section header styling

Tanner Bennett преди 7 години
родител
ревизия
3dd9a5705d
променени са 1 файла, в които са добавени 1 реда и са изтрити 3 реда
  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];
     }
 }