project_files/HedgewarsMobile/Classes/GameConfigViewController.m
branchios-revival
changeset 11122 2b4e89e5203b
parent 11121 182a42b79610
child 11123 bd58a851eb8d
--- a/project_files/HedgewarsMobile/Classes/GameConfigViewController.m	Sat Aug 15 00:22:04 2015 +0200
+++ b/project_files/HedgewarsMobile/Classes/GameConfigViewController.m	Sat Aug 15 00:59:33 2015 +0200
@@ -71,9 +71,9 @@
             self.helpPage.view.alpha = 0;
             self.helpPage.view.frame = self.view.frame;
             [self.view addSubview:self.helpPage.view];
-            [UIView beginAnimations:@"helplobby" context:NULL];
-            self.helpPage.view.alpha = 1;
-            [UIView commitAnimations];
+            [UIView animateWithDuration:0.5 animations:^{
+                self.helpPage.view.alpha = 1;
+            }];
             break;
         default:
             DLog(@"Nope");