This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- (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; |