Browse Source

Cloud storage cell: prettify load

Felix Paul Kühne 9 years ago
parent
commit
7c4e681aed
1 changed files with 4 additions and 0 deletions
  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;
 }