marinofaggiana 4 년 전
부모
커밋
f90da622f5
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      iOSClient/AppDelegate.m

+ 2 - 3
iOSClient/AppDelegate.m

@@ -73,8 +73,8 @@
     [application setMinimumBackgroundFetchInterval:UIApplicationBackgroundFetchIntervalMinimum];
 
     // Initialization List & Array
-    self.listProgressMetadata = [[NSMutableDictionary alloc] init];
-    self.listMainVC = [[NSMutableDictionary alloc] init];
+    self.listProgressMetadata = [NSMutableDictionary new];
+    self.listMainVC = [NSMutableDictionary new];
     self.arrayDeleteMetadata = [NSMutableArray new];
     self.arrayMoveMetadata = [NSMutableArray new];
     self.arrayMoveServerUrlTo = [NSMutableArray new];
@@ -106,7 +106,6 @@
     // [[AVAudioSession sharedInstance] setActive:YES error:nil];
     [[UIApplication sharedApplication] beginReceivingRemoteControlEvents];
 
-
     // ProgressView Detail
     self.progressViewDetail = [[UIProgressView alloc] initWithProgressViewStyle: UIProgressViewStyleBar];