Forráskód Böngészése

NetworkCells: Remove highlighted colors

Soomin Lee 5 éve
szülő
commit
02647ac9a5

+ 0 - 4
Sources/LocalNetworkConnectivity/VLCNetworkListCell.m

@@ -33,10 +33,6 @@
     self.subtitleLabel.text = @"";
     self.thumbnailView.contentMode = UIViewContentModeScaleAspectFit;
     self.downloadButton.hidden = YES;
-    self.titleLabel.highlightedTextColor = [UIColor blackColor];
-    self.folderTitleLabel.highlightedTextColor = [UIColor blackColor];
-    self.subtitleLabel.highlightedTextColor = [UIColor blackColor];
-    self.statusLabel.highlightedTextColor = [UIColor blackColor];
     [super awakeFromNib];
 }
 

+ 0 - 3
Sources/VLCStreamingHistoryCell.m

@@ -23,11 +23,8 @@
 }
 
 - (void)customizeAppearance {
-    UIColor *blackColor = [UIColor blackColor];
     self.textLabel.textColor = [UIColor whiteColor];
-    self.textLabel.highlightedTextColor = blackColor;
     self.detailTextLabel.textColor = [UIColor VLCLightTextColor];
-    self.detailTextLabel.highlightedTextColor = blackColor;
 }
 
 - (void)renameStream:(id)sender {