Explorar el Código

RA Image iOS

20170726 测试版
Ray Zhang hace 8 años
padre
commit
9e4b8b1aab
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      RA Image/RA Image/BasicModeViewController.m

+ 1 - 1
RA Image/RA Image/BasicModeViewController.m

@@ -293,7 +293,7 @@
     }
     
     NSString *dir = [NSString stringWithFormat:@"%@/%@",NSTemporaryDirectory(),self.name];
-    
+     
     NSDate * date = [NSDate date];
     NSDateFormatter * dateFormatter = [[NSDateFormatter alloc] init];
     [dateFormatter setDateFormat:@"YYYYMMdd_HHmmssff"];