소스 검색

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;
 }