Subversion Repository Public Repository

Nextrek

Diff Revisions 404 vs 405 for /iOS/SafariArte/trunk/SafariArte/Controllers/MenuVC/MenuVC.m

Diff revisions: vs.
  @@ -88,7 +88,8 @@
88 88 }
89 89
90 90 self.userSubLabel.text=[self checkRouteStatus];
91 -
91 + self.userMainLabel.text=[NSString stringWithFormat:@"%@ %i CRD",DATAMANAGER.user.name,[DATAMANAGER.user.credits intValue] ];
92 +
92 93
93 94 }
94 95 #pragma mark - Table view methods
  @@ -224,7 +225,7 @@
224 225
225 226 for(int n=0 ;n < routeID.count;n++ ) {
226 227 SFAPercorso *percorso=(SFAPercorso*)[DATAMANAGER.user.percorsi objectForKey:routeID[n]];
227 - NSLog(@"%i ",[[DATAMANAGER poiForRoute:percorso] intValue]);
228 +
228 229 if (percorso.routePois ==nil) {
229 230
230 231 }