Skip navigation.
Home

test story

test story

- (void) handleTimer: (NSTimer *) timer {
  AWS *aws = [AWS sharedAWS];
  TabBarAppAppDelegate *appDelegate = (TabBarAppAppDelegate *)[[UIApplication sharedApplication] delegate];
  [activity stopAnimating];
 
  if (aws.integrityStatus == kIntegrityOK) {
    [appDelegate.window insertSubview:appDelegate.rootController.view atIndex:0];
  }
  else {
//    UIView *errorView = [[UIView alloc] initWithNibName:@"ErrorView" bundle:[NSBundle mainBundle]];
    ErrorViewController *errorController = [[ErrorViewController alloc] initWithNibName:@"ErrorView" bundle:nil];
    [appDelegate.window insertSubview:errorController.view atIndex:0];
  }
 
  [self.view removeFromSuperview];
}

The BlogLatest plugin and

Google Maps in Elgg 0.9The BlogLatest plugin