浏览代码

Cloud storage cell: prettify load

Felix Paul Kühne 9 年之前
父节点
当前提交
7c4e681aed
共有 1 个文件被更改,包括 4 次插入0 次删除
  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;
 }