fixed spinner alignment issue

This commit is contained in:
Diego Waxemberg
2014-11-27 00:02:18 -05:00
parent 5f800b7901
commit 79e51defe1
2 changed files with 7 additions and 7 deletions

View File

@@ -29,8 +29,8 @@
[self.stageLabel setText:@"Starting App"];
[self.stageLabel sizeToFit];
self.stageLabel.center = CGPointMake(self.view.frame.size.width / 2, self.stageLabel.center.y);
self.stageLabel.center = CGPointMake(self.view.frame.size.width / 2, self.view.frame.size.height / 2);
[UIApplication sharedApplication].idleTimerDisabled = YES;
_controllerSupport = [[ControllerSupport alloc] init];