Просмотр исходного кода

20170308

Add receive file from third part App.
Ray Zhang 9 лет назад
Родитель
Сommit
c44246f785
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      RedAnt ERP Mobile/common/Functions/PDF+Web/PDFViewController.m

+ 1 - 0
RedAnt ERP Mobile/common/Functions/PDF+Web/PDFViewController.m

@@ -200,6 +200,7 @@
         NSString *pdfFolder = [cachefolder stringByAppendingPathComponent:@"pdf_cache"];
         NSString *pdfFolder = [cachefolder stringByAppendingPathComponent:@"pdf_cache"];
         self.url = [pdfFolder stringByAppendingPathComponent:self.url];
         self.url = [pdfFolder stringByAppendingPathComponent:self.url];
         */
         */
+        
         self.content= [NSData dataWithContentsOfFile:self.url];
         self.content= [NSData dataWithContentsOfFile:self.url];
         
         
         [waitalert dismissWithClickedButtonIndex:0 animated:FALSE];
         [waitalert dismissWithClickedButtonIndex:0 animated:FALSE];