Pārlūkot izejas kodu

Cloud storage cell: prettify load

Felix Paul Kühne 9 gadi atpakaļ
vecāks
revīzija
7c4e681aed
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4 0
      Sources/VLCCloudStorageTableViewCell.m

+ 4 - 0
Sources/VLCCloudStorageTableViewCell.m

@@ -27,6 +27,10 @@
     NSAssert([[nibContentArray lastObject] isKindOfClass:[VLCCloudStorageTableViewCell class]], @"meh meh");
     VLCCloudStorageTableViewCell *cell = (VLCCloudStorageTableViewCell *)[nibContentArray lastObject];
 
+    cell.titleLabel.hidden = YES;
+    cell.subtitleLabel.hidden = YES;
+    cell.folderTitleLabel.hidden = YES;
+
     return cell;
 }