Skip to content

Instantly share code, notes, and snippets.

- (void)viewDidLoad
{
[super viewDidLoad];
[indicator startAnimating];
//setup secondary view controller and move to near the bottom of the view
self.secondaryViewController = [[SecondaryViewController alloc] initWithNibName:@"SecondaryViewController" bundle:nil];
self.secondaryViewController.view.center = CGPointMake(self.secondaryViewController.view.center.x, 555.0F);
self.secondaryViewController.pageSize = 3;