project_files/HedgewarsMobile/Classes/GameInterfaceBridge.m
branchios-revival
changeset 11116 102684240fe8
parent 11094 595b5700ebac
child 11199 3465047397da
equal deleted inserted replaced
11115:3729ac42189b 11116:102684240fe8
   199     if (stats != nil) {
   199     if (stats != nil) {
   200         StatsPageViewController *statsPage = [[StatsPageViewController alloc] init];
   200         StatsPageViewController *statsPage = [[StatsPageViewController alloc] init];
   201         statsPage.statsArray = stats;
   201         statsPage.statsArray = stats;
   202         statsPage.modalTransitionStyle = UIModalTransitionStyleCoverVertical;
   202         statsPage.modalTransitionStyle = UIModalTransitionStyleCoverVertical;
   203 
   203 
   204         [callingController presentModalViewController:statsPage animated:YES];
   204         [callingController presentViewController:statsPage animated:YES completion:nil];
   205         [statsPage release];
   205         [statsPage release];
   206     }
   206     }
   207 }
   207 }
   208 
   208 
   209 #pragma mark -
   209 #pragma mark -