Explorar o código

Cloud storage cell: prettify load

Felix Paul Kühne %!s(int64=9) %!d(string=hai) anos
pai
achega
7c4e681aed
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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;
 }