Marino Faggiana 6 ani în urmă
părinte
comite
a697577595
1 a modificat fișierele cu 3 adăugiri și 1 ștergeri
  1. 3 1
      iOSClient/Main/CCMain.m

+ 3 - 1
iOSClient/Main/CCMain.m

@@ -2166,8 +2166,10 @@
     if ([self indexPathIsValid:indexPath]) {
         
         CCCellMainTransfer *cell = (CCCellMainTransfer *)[self.tableView cellForRowAtIndexPath:indexPath];
-        cell.progressView.progressTintColor = [UIColor blackColor];
         
+        cell.labelInfoFile.text = [NSString stringWithFormat:@"%@ - %@", [CCUtility transformedSize:totalBytesExpected], [CCUtility transformedSize:totalBytes]];
+        
+        cell.progressView.progressTintColor = [UIColor blackColor];
         cell.progressView.hidden = NO;
         [cell.progressView setProgress:progress];
     }