Browse Source

cancelCCProgress

Marino Faggiana 8 years ago
parent
commit
4afd1fba0c
1 changed files with 9 additions and 0 deletions
  1. 9 0
      iOSClient/Offline/CCOfflinePageContent.m

+ 9 - 0
iOSClient/Offline/CCOfflinePageContent.m

@@ -64,6 +64,15 @@
     [self reloadTable];
 }
 
+// E' arrivato
+- (void)viewDidAppear:(BOOL)animated
+{
+    [super viewDidAppear:animated];
+    
+    // cancell Progress
+    [self.navigationController cancelCCProgress];
+}
+
 - (void)didReceiveMemoryWarning {
     [super didReceiveMemoryWarning];
 }