فهرست منبع

Open Network Stream: Make the highlighted text in the cells more readable when selected

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Marc Etcheverry 11 سال پیش
والد
کامیت
9f38ece94f
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      Sources/VLCOpenNetworkStreamViewController.m

+ 2 - 0
Sources/VLCOpenNetworkStreamViewController.m

@@ -144,7 +144,9 @@
     if (cell == nil) {
         cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleSubtitle reuseIdentifier:CellIdentifier];
         cell.textLabel.textColor = [UIColor whiteColor];
+        cell.textLabel.highlightedTextColor = [UIColor blackColor];
         cell.detailTextLabel.textColor = [UIColor VLCLightTextColor];
+        cell.detailTextLabel.highlightedTextColor = [UIColor blackColor];
     }
 
     NSInteger row = indexPath.row;