Преглед изворни кода

20170308

Add receive file from third part App.
Ray Zhang пре 9 година
родитељ
комит
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"];
         self.url = [pdfFolder stringByAppendingPathComponent:self.url];
         */
+        
         self.content= [NSData dataWithContentsOfFile:self.url];
         
         [waitalert dismissWithClickedButtonIndex:0 animated:FALSE];