now show loading frame when waiting for background tasks

This commit is contained in:
Diego Waxemberg
2015-02-24 22:33:14 -05:00
parent 3617ea98e2
commit 65f7e75736
5 changed files with 13 additions and 2 deletions

View File

@@ -16,6 +16,8 @@
- (void)viewDidLoad {
[super viewDidLoad];
// center the loading spinner
self.loadingSpinner.center = CGPointMake(self.view.frame.size.width / 2, self.view.frame.size.height / 2);
}
- (void)didReceiveMemoryWarning {